Shades of Baby Blue #64EEFE
Tints of Baby Blue #64EEFE
RGB
CMYK
RGB Variations
Color information
#64EEFE (or 0x64EEFE) is known color: Baby Blue. HEX triplet: 64, EE and FE. RGB value is (100,238,254). Sum of RGB (Red+Green+Blue) = 100+238+254=592 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.89% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #64EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EEFE is #9B1101. Grayscale: #C6C6C6. Windows color (decimal): -10162434 or 16707172. OLE color: 16707172.
HSL color Cylindrical-coordinate representation of color #64EEFE: hue angle of 186.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64EEFE is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 238 | 254 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.00 |
| HSL | 186.23º | 0.99% | 0.69% | - |
| HSV(B) | 186.23º | 0.61% | 1% | - |
| XYZ | 53.72 | 71.01 | 104.64 | - |
| YUV | 198.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 254 | 0.61 | 0.06 | 0 | 0.00 | 186.23 | 0.99 | 0.69 |
| Hex | 64 | EE | FE | 3D | 6 | 0 | 0 | BA | 63 | 45 |
| Octal | 144 | 356 | 376 | 75 | 6 | 0 | 0 | 272 | 143 | 105 |
| Binary | 1100100 | 11101110 | 11111110 | 111101 | 110 | 0 | 0 | 10111010 | 1100011 | 1000101 |
Color Harmonies of #64EEFE
Complementary color
Monochromatic Colors of #64EEFE
Black with #64EEFE
Text Example
Text Example
White with #64EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEFE; }
p { color: rgb(100,238,254); }
H1.HeaderClassName
{
color: #64EEFE;
}
.AnyTagClassName
{
color: #64EEFE;
}
</style>
background-color css
<style>
a { background-color: #64EEFE; }
a { background-color: rgb(100,238,254); }
div.DivClassName
{
background-color: #64EEFE;
}
.BgClassName
{
background-color: #64EEFE;
}
</style>
border-color css
<style>
span { border-color: #64EEFE; }
span { border-color: rgb(100,238,254); }
td.TdClassName
{
border-color: #64EEFE;
}
.TagClassName
{
border-color: #64EEFE;
}
</style>