Shades of Baby Blue #64F2ED
Tints of Baby Blue #64F2ED
RGB
CMYK
RGB Variations
Color information
#64F2ED (or 0x64F2ED) is known color: Baby Blue. HEX triplet: 64, F2 and ED. RGB value is (100,242,237). Sum of RGB (Red+Green+Blue) = 100+242+237=579 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.27% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F2ED is #9B0D12. Grayscale: #C6C6C6. Windows color (decimal): -10161427 or 15594084. OLE color: 15594084.
HSL color Cylindrical-coordinate representation of color #64F2ED: hue angle of 177.89º 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 #64F2ED is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 237 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.05 |
| HSL | 177.89º | 0.85% | 0.67% | - |
| HSV(B) | 177.89º | 0.59% | 0.95% | - |
| XYZ | 52.29 | 72.33 | 91.33 | - |
| YUV | 198.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 237 | 0.59 | 0 | 0.02 | 0.05 | 177.89 | 0.85 | 0.67 |
| Hex | 64 | F2 | ED | 3B | 0 | 2 | 5 | B2 | 55 | 43 |
| Octal | 144 | 362 | 355 | 73 | 0 | 2 | 5 | 262 | 125 | 103 |
| Binary | 1100100 | 11110010 | 11101101 | 111011 | 0 | 10 | 101 | 10110010 | 1010101 | 1000011 |
Color Harmonies of #64F2ED
Complementary color
Monochromatic Colors of #64F2ED
Black with #64F2ED
Text Example
Text Example
White with #64F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F2ED; }
p { color: rgb(100,242,237); }
H1.HeaderClassName
{
color: #64F2ED;
}
.AnyTagClassName
{
color: #64F2ED;
}
</style>
background-color css
<style>
a { background-color: #64F2ED; }
a { background-color: rgb(100,242,237); }
div.DivClassName
{
background-color: #64F2ED;
}
.BgClassName
{
background-color: #64F2ED;
}
</style>
border-color css
<style>
span { border-color: #64F2ED; }
span { border-color: rgb(100,242,237); }
td.TdClassName
{
border-color: #64F2ED;
}
.TagClassName
{
border-color: #64F2ED;
}
</style>