#65E8FF

Color #65E8FF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #65E8FF

Tints of Baby Blue #65E8FF

Color information

#65E8FF (or 0x65E8FF) is unknown color: approx Baby Blue. HEX triplet: 65, E8 and FF. RGB value is (101,232,255). Sum of RGB (Red+Green+Blue) = 101+232+255=588 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.18% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #65E8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E8FF is #9A1700. Grayscale: #C3C3C3. Windows color (decimal): -10098433 or 16771173. OLE color: 16771173.

HSL color Cylindrical-coordinate representation of color #65E8FF: hue angle of 188.96º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65E8FF is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB101232255-
CMYK0.600.0900
HSL188.96º100%69.8%-
HSV(B)188.96º60.39%100%-
XYZ52.2767.7104.92-
YUV195.45161.660.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 17.18%
GREEN value IS 232 (91.02% from 255) = 39.46%
BLUE value IS 255 (100% from 255) = 43.37%
R=17.18%
G=39.46%
B=43.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1012322550.600.0900188.9610069.8
Hex65E8FF3C900bd6446
Octal145350377741100275144106
Binary110010111101000111111111111001001001011110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65E8FF; }

 p { color: rgb(101,232,255); }

 H1.HeaderClassName
 {
   color: #65E8FF;
 }
 .AnyTagClassName
 {
   color: #65E8FF;
 }
</style>
background-color css

<style>
 a { background-color: #65E8FF; }

 a { background-color: rgb(101,232,255); }

 div.DivClassName
 {
   background-color: #65E8FF;
 }
 .BgClassName
 {
   background-color: #65E8FF;
 }
</style>
border-color css

<style>
 span { border-color: #65E8FF; }

 span { border-color: rgb(101,232,255); }

 td.TdClassName
 {
   border-color: #65E8FF;
 }
 .TagClassName
 {
   border-color: #65E8FF;
 }
</style>