Shades of Baby Blue #64F2EF
Tints of Baby Blue #64F2EF
RGB
CMYK
RGB Variations
Color information
#64F2EF (or 0x64F2EF) is known color: Baby Blue. HEX triplet: 64, F2 and EF. RGB value is (100,242,239). Sum of RGB (Red+Green+Blue) = 100+242+239=581 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.21% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F2EF is #9B0D10. Grayscale: #C7C7C7. Windows color (decimal): -10161425 or 15725156. OLE color: 15725156.
HSL color Cylindrical-coordinate representation of color #64F2EF: hue angle of 178.73º 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 #64F2EF is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 239 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.05 |
| HSL | 178.73º | 0.85% | 0.67% | - |
| HSV(B) | 178.73º | 0.59% | 0.95% | - |
| XYZ | 52.59 | 72.45 | 92.87 | - |
| YUV | 199.2 | 150.46 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 239 | 0.59 | 0 | 0.01 | 0.05 | 178.73 | 0.85 | 0.67 |
| Hex | 64 | F2 | EF | 3B | 0 | 1 | 5 | B3 | 55 | 43 |
| Octal | 144 | 362 | 357 | 73 | 0 | 1 | 5 | 263 | 125 | 103 |
| Binary | 1100100 | 11110010 | 11101111 | 111011 | 0 | 1 | 101 | 10110011 | 1010101 | 1000011 |
Color Harmonies of #64F2EF
Complementary color
Monochromatic Colors of #64F2EF
Black with #64F2EF
Text Example
Text Example
White with #64F2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F2EF; }
p { color: rgb(100,242,239); }
H1.HeaderClassName
{
color: #64F2EF;
}
.AnyTagClassName
{
color: #64F2EF;
}
</style>
background-color css
<style>
a { background-color: #64F2EF; }
a { background-color: rgb(100,242,239); }
div.DivClassName
{
background-color: #64F2EF;
}
.BgClassName
{
background-color: #64F2EF;
}
</style>
border-color css
<style>
span { border-color: #64F2EF; }
span { border-color: rgb(100,242,239); }
td.TdClassName
{
border-color: #64F2EF;
}
.TagClassName
{
border-color: #64F2EF;
}
</style>