Shades of Baby Blue #64EEFF
Tints of Baby Blue #64EEFF
RGB
CMYK
RGB Variations
Color information
#64EEFF (or 0x64EEFF) is known color: Baby Blue. HEX triplet: 64, EE and FF. RGB value is (100,238,255). Sum of RGB (Red+Green+Blue) = 100+238+255=593 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.86% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #64EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EEFF is #9B1100. Grayscale: #C6C6C6. Windows color (decimal): -10162433 or 16772708. OLE color: 16772708.
HSL color Cylindrical-coordinate representation of color #64EEFF: hue angle of 186.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64EEFF is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 238 | 255 | - |
| CMYK | 0.61 | 0.07 | 0 | 0 |
| HSL | 186.58º | 1% | 0.7% | - |
| HSV(B) | 186.58º | 0.61% | 1% | - |
| XYZ | 53.88 | 71.08 | 105.49 | - |
| YUV | 198.68 | 159.78 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 255 | 0.61 | 0.07 | 0 | 0 | 186.58 | 1 | 0.7 |
| Hex | 64 | EE | FF | 3D | 7 | 0 | 0 | BB | 64 | 46 |
| Octal | 144 | 356 | 377 | 75 | 7 | 0 | 0 | 273 | 144 | 106 |
| Binary | 1100100 | 11101110 | 11111111 | 111101 | 111 | 0 | 0 | 10111011 | 1100100 | 1000110 |
Color Harmonies of #64EEFF
Complementary color
Monochromatic Colors of #64EEFF
Black with #64EEFF
Text Example
Text Example
White with #64EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEFF; }
p { color: rgb(100,238,255); }
H1.HeaderClassName
{
color: #64EEFF;
}
.AnyTagClassName
{
color: #64EEFF;
}
</style>
background-color css
<style>
a { background-color: #64EEFF; }
a { background-color: rgb(100,238,255); }
div.DivClassName
{
background-color: #64EEFF;
}
.BgClassName
{
background-color: #64EEFF;
}
</style>
border-color css
<style>
span { border-color: #64EEFF; }
span { border-color: rgb(100,238,255); }
td.TdClassName
{
border-color: #64EEFF;
}
.TagClassName
{
border-color: #64EEFF;
}
</style>