#64F4EA

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

Shades of Baby Blue #64F4EA

Tints of Baby Blue #64F4EA

Color information

#64F4EA (or 0x64F4EA) is unknown color: approx Baby Blue. HEX triplet: 64, F4 and EA. RGB value is (100,244,234). Sum of RGB (Red+Green+Blue) = 100+244+234=578 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.30% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #64F4EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F4EA is #9B0B15. Grayscale: #C7C7C7. Windows color (decimal): -10160918 or 15397988. OLE color: 15397988.

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

Color convert

RGB100244234-
CMYK0.5900.040.04
HSL175.83º86.75%67.45%-
HSV(B)175.83º59.02%95.69%-
XYZ52.4673.3589.24-
YUV199.8147.2956.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.30%
GREEN value IS 244 (95.70% from 255) = 42.21%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=17.30%
G=42.21%
B=40.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002442340.5900.040.04175.8386.7567.45
Hex64F4EA3B044b05743
Octal14436435273044260127103
Binary1100100111101001110101011101101001001011000010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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