#65E8FE

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

Shades of Baby Blue #65E8FE

Tints of Baby Blue #65E8FE

Color information

#65E8FE (or 0x65E8FE) is unknown color: approx Baby Blue. HEX triplet: 65, E8 and FE. RGB value is (101,232,254). Sum of RGB (Red+Green+Blue) = 101+232+254=587 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.21% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #65E8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E8FE is #9A1701. Grayscale: #C3C3C3. Windows color (decimal): -10098434 or 16705637. OLE color: 16705637.

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

Color convert

RGB101232254-
CMYK0.600.0900.00
HSL188.63º98.71%69.61%-
HSV(B)188.63º60.24%99.61%-
XYZ52.1167.64104.07-
YUV195.34161.160.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.21%
GREEN value IS 232 (91.02% from 255) = 39.52%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=17.21%
G=39.52%
B=43.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012322540.600.0900.00188.6398.7169.61
Hex65E8FE3C900bd6346
Octal145350376741100275143106
Binary110010111101000111111101111001001001011110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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