#64F1EC

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

Shades of Baby Blue #64F1EC

Tints of Baby Blue #64F1EC

Color information

#64F1EC (or 0x64F1EC) is unknown color: approx Baby Blue. HEX triplet: 64, F1 and EC. RGB value is (100,241,236). Sum of RGB (Red+Green+Blue) = 100+241+236=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F1EC is #9B0E13. Grayscale: #C6C6C6. Windows color (decimal): -10161684 or 15528292. OLE color: 15528292.

HSL color Cylindrical-coordinate representation of color #64F1EC: hue angle of 177.87º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F1EC is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB100241236-
CMYK0.5900.020.05
HSL177.87º83.43%66.86%-
HSV(B)177.87º58.51%94.51%-
XYZ51.8571.6890.46-
YUV198.27149.2957.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.33%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=17.33%
G=41.77%
B=40.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002412360.5900.020.05177.8783.4366.86
Hex64F1EC3B025b25343
Octal14436135473025262123103
Binary110010011110001111011001110110101011011001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,241,236); }

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

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

 a { background-color: rgb(100,241,236); }

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

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

 span { border-color: rgb(100,241,236); }

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