Shades of Baby Blue #64EEF2
Tints of Baby Blue #64EEF2
RGB
CMYK
RGB Variations
Color information
#64EEF2 (or 0x64EEF2) is known color: Baby Blue. HEX triplet: 64, EE and F2. RGB value is (100,238,242). Sum of RGB (Red+Green+Blue) = 100+238+242=580 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.24% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #64EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EEF2 is #9B110D. Grayscale: #C5C5C5. Windows color (decimal): -10162446 or 15920740. OLE color: 15920740.
HSL color Cylindrical-coordinate representation of color #64EEF2: hue angle of 181.69º 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 #64EEF2 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 238 | 242 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.05 |
| HSL | 181.69º | 0.85% | 0.67% | - |
| HSV(B) | 181.69º | 0.59% | 0.95% | - |
| XYZ | 51.86 | 70.27 | 94.83 | - |
| YUV | 197.19 | 153.28 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 242 | 0.59 | 0.02 | 0 | 0.05 | 181.69 | 0.85 | 0.67 |
| Hex | 64 | EE | F2 | 3B | 2 | 0 | 5 | B6 | 55 | 43 |
| Octal | 144 | 356 | 362 | 73 | 2 | 0 | 5 | 266 | 125 | 103 |
| Binary | 1100100 | 11101110 | 11110010 | 111011 | 10 | 0 | 101 | 10110110 | 1010101 | 1000011 |
Color Harmonies of #64EEF2
Complementary color
Monochromatic Colors of #64EEF2
Black with #64EEF2
Text Example
Text Example
White with #64EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEF2; }
p { color: rgb(100,238,242); }
H1.HeaderClassName
{
color: #64EEF2;
}
.AnyTagClassName
{
color: #64EEF2;
}
</style>
background-color css
<style>
a { background-color: #64EEF2; }
a { background-color: rgb(100,238,242); }
div.DivClassName
{
background-color: #64EEF2;
}
.BgClassName
{
background-color: #64EEF2;
}
</style>
border-color css
<style>
span { border-color: #64EEF2; }
span { border-color: rgb(100,238,242); }
td.TdClassName
{
border-color: #64EEF2;
}
.TagClassName
{
border-color: #64EEF2;
}
</style>