Shades of Baby Blue #64F2EB
Tints of Baby Blue #64F2EB
RGB
CMYK
RGB Variations
Color information
#64F2EB (or 0x64F2EB) is known color: Baby Blue. HEX triplet: 64, F2 and EB. RGB value is (100,242,235). Sum of RGB (Red+Green+Blue) = 100+242+235=577 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.33% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #64F2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F2EB is #9B0D14. Grayscale: #C6C6C6. Windows color (decimal): -10161429 or 15463012. OLE color: 15463012.
HSL color Cylindrical-coordinate representation of color #64F2EB: hue angle of 177.04º 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 #64F2EB is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 235 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.05 |
| HSL | 177.04º | 0.85% | 0.67% | - |
| HSV(B) | 177.04º | 0.59% | 0.95% | - |
| XYZ | 52 | 72.21 | 89.79 | - |
| YUV | 198.74 | 148.46 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 235 | 0.59 | 0 | 0.03 | 0.05 | 177.04 | 0.85 | 0.67 |
| Hex | 64 | F2 | EB | 3B | 0 | 3 | 5 | B1 | 55 | 43 |
| Octal | 144 | 362 | 353 | 73 | 0 | 3 | 5 | 261 | 125 | 103 |
| Binary | 1100100 | 11110010 | 11101011 | 111011 | 0 | 11 | 101 | 10110001 | 1010101 | 1000011 |
Color Harmonies of #64F2EB
Complementary color
Monochromatic Colors of #64F2EB
Black with #64F2EB
Text Example
Text Example
White with #64F2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F2EB; }
p { color: rgb(100,242,235); }
H1.HeaderClassName
{
color: #64F2EB;
}
.AnyTagClassName
{
color: #64F2EB;
}
</style>
background-color css
<style>
a { background-color: #64F2EB; }
a { background-color: rgb(100,242,235); }
div.DivClassName
{
background-color: #64F2EB;
}
.BgClassName
{
background-color: #64F2EB;
}
</style>
border-color css
<style>
span { border-color: #64F2EB; }
span { border-color: rgb(100,242,235); }
td.TdClassName
{
border-color: #64F2EB;
}
.TagClassName
{
border-color: #64F2EB;
}
</style>