Shades of Baby Blue #64F2E8
Tints of Baby Blue #64F2E8
RGB
CMYK
RGB Variations
Color information
#64F2E8 (or 0x64F2E8) is known color: Baby Blue. HEX triplet: 64, F2 and E8. RGB value is (100,242,232). Sum of RGB (Red+Green+Blue) = 100+242+232=574 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.42% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F2E8 is #9B0D17. Grayscale: #C6C6C6. Windows color (decimal): -10161432 or 15266404. OLE color: 15266404.
HSL color Cylindrical-coordinate representation of color #64F2E8: hue angle of 175.77º degrees, saturation: 0.85, 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 #64F2E8 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 232 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.05 |
| HSL | 175.77º | 0.85% | 0.67% | - |
| HSV(B) | 175.77º | 0.59% | 0.95% | - |
| XYZ | 51.57 | 72.04 | 87.53 | - |
| YUV | 198.4 | 146.96 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 232 | 0.59 | 0 | 0.04 | 0.05 | 175.77 | 0.85 | 0.67 |
| Hex | 64 | F2 | E8 | 3B | 0 | 4 | 5 | B0 | 55 | 43 |
| Octal | 144 | 362 | 350 | 73 | 0 | 4 | 5 | 260 | 125 | 103 |
| Binary | 1100100 | 11110010 | 11101000 | 111011 | 0 | 100 | 101 | 10110000 | 1010101 | 1000011 |
Color Harmonies of #64F2E8
Complementary color
Monochromatic Colors of #64F2E8
Black with #64F2E8
Text Example
Text Example
White with #64F2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F2E8; }
p { color: rgb(100,242,232); }
H1.HeaderClassName
{
color: #64F2E8;
}
.AnyTagClassName
{
color: #64F2E8;
}
</style>
background-color css
<style>
a { background-color: #64F2E8; }
a { background-color: rgb(100,242,232); }
div.DivClassName
{
background-color: #64F2E8;
}
.BgClassName
{
background-color: #64F2E8;
}
</style>
border-color css
<style>
span { border-color: #64F2E8; }
span { border-color: rgb(100,242,232); }
td.TdClassName
{
border-color: #64F2E8;
}
.TagClassName
{
border-color: #64F2E8;
}
</style>