#64F6EA

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

Shades of Baby Blue #64F6EA

Tints of Baby Blue #64F6EA

Color information

#64F6EA (or 0x64F6EA) is unknown color: approx Baby Blue. HEX triplet: 64, F6 and EA. RGB value is (100,246,234). Sum of RGB (Red+Green+Blue) = 100+246+234=580 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.24% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F6EA is #9B0915. Grayscale: #C8C8C8. Windows color (decimal): -10160406 or 15398500. OLE color: 15398500.

HSL color Cylindrical-coordinate representation of color #64F6EA: hue angle of 175.07º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6EA is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB100246234-
CMYK0.5900.050.04
HSL175.07º89.02%67.84%-
HSV(B)175.07º59.35%96.47%-
XYZ53.0674.5689.44-
YUV200.98146.6355.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.24%
GREEN value IS 246 (96.48% from 255) = 42.41%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=17.24%
G=42.41%
B=40.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002462340.5900.050.04175.0789.0267.84
Hex64F6EA3B054af5944
Octal14436635273054257131104
Binary1100100111101101110101011101101011001010111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,246,234); }

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

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

 a { background-color: rgb(100,246,234); }

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

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

 span { border-color: rgb(100,246,234); }

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