#64E9FE

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

Shades of Baby Blue #64E9FE

Tints of Baby Blue #64E9FE

Color information

#64E9FE (or 0x64E9FE) is unknown color: approx Baby Blue. HEX triplet: 64, E9 and FE. RGB value is (100,233,254). Sum of RGB (Red+Green+Blue) = 100+233+254=587 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.04% from 587); Green value is 233 (91.41% from 255 or 39.69% 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 #64E9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E9FE is #9B1601. Grayscale: #C3C3C3. Windows color (decimal): -10163714 or 16705892. OLE color: 16705892.

HSL color Cylindrical-coordinate representation of color #64E9FE: hue angle of 188.18º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64E9FE is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB100233254-
CMYK0.610.0800.00
HSL188.18º98.72%69.41%-
HSV(B)188.18º60.63%99.61%-
XYZ52.2868.14104.16-
YUV195.63160.9459.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.04%
GREEN value IS 233 (91.41% from 255) = 39.69%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=17.04%
G=39.69%
B=43.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1002332540.610.0800.00188.1898.7269.41
Hex64E9FE3D800bc6345
Octal144351376751000274143105
Binary110010011101001111111101111011000001011110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64E9FE; }

 p { color: rgb(100,233,254); }

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

<style>
 a { background-color: #64E9FE; }

 a { background-color: rgb(100,233,254); }

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

<style>
 span { border-color: #64E9FE; }

 span { border-color: rgb(100,233,254); }

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