Shades of Baby Blue #64FCE5
Tints of Baby Blue #64FCE5
RGB
CMYK
RGB Variations
Color information
#64FCE5 (or 0x64FCE5) is known color: Baby Blue. HEX triplet: 64, FC and E5. RGB value is (100,252,229). Sum of RGB (Red+Green+Blue) = 100+252+229=581 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.21% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FCE5 is #9B031A. Grayscale: #CBCBCB. Windows color (decimal): -10158875 or 15072356. OLE color: 15072356.
HSL color Cylindrical-coordinate representation of color #64FCE5: hue angle of 170.92º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FCE5 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 229 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.01 |
| HSL | 170.92º | 0.96% | 0.69% | - |
| HSV(B) | 170.92º | 0.6% | 0.99% | - |
| XYZ | 54.21 | 77.99 | 86.32 | - |
| YUV | 203.93 | 142.14 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 229 | 0.60 | 0 | 0.09 | 0.01 | 170.92 | 0.96 | 0.69 |
| Hex | 64 | FC | E5 | 3C | 0 | 9 | 1 | AB | 60 | 45 |
| Octal | 144 | 374 | 345 | 74 | 0 | 11 | 1 | 253 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11100101 | 111100 | 0 | 1001 | 1 | 10101011 | 1100000 | 1000101 |
Color Harmonies of #64FCE5
Complementary color
Monochromatic Colors of #64FCE5
Black with #64FCE5
Text Example
Text Example
White with #64FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCE5; }
p { color: rgb(100,252,229); }
H1.HeaderClassName
{
color: #64FCE5;
}
.AnyTagClassName
{
color: #64FCE5;
}
</style>
background-color css
<style>
a { background-color: #64FCE5; }
a { background-color: rgb(100,252,229); }
div.DivClassName
{
background-color: #64FCE5;
}
.BgClassName
{
background-color: #64FCE5;
}
</style>
border-color css
<style>
span { border-color: #64FCE5; }
span { border-color: rgb(100,252,229); }
td.TdClassName
{
border-color: #64FCE5;
}
.TagClassName
{
border-color: #64FCE5;
}
</style>