Shades of Baby Blue #64FFEA
Tints of Baby Blue #64FFEA
RGB
CMYK
RGB Variations
Color information
#64FFEA (or 0x64FFEA) is known color: Baby Blue. HEX triplet: 64, FF and EA. RGB value is (100,255,234). Sum of RGB (Red+Green+Blue) = 100+255+234=589 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.98% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFEA is #9B0015. Grayscale: #CECECE. Windows color (decimal): -10158102 or 15400804. OLE color: 15400804.
HSL color Cylindrical-coordinate representation of color #64FFEA: hue angle of 171.87º 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 #64FFEA is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 234 | - |
| CMYK | 0.61 | 0 | 0.08 | 0 |
| HSL | 171.87º | 1% | 0.7% | - |
| HSV(B) | 171.87º | 0.61% | 1% | - |
| XYZ | 55.87 | 80.17 | 90.37 | - |
| YUV | 206.26 | 143.65 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 234 | 0.61 | 0 | 0.08 | 0 | 171.87 | 1 | 0.7 |
| Hex | 64 | FF | EA | 3D | 0 | 8 | 0 | AC | 64 | 46 |
| Octal | 144 | 377 | 352 | 75 | 0 | 10 | 0 | 254 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11101010 | 111101 | 0 | 1000 | 0 | 10101100 | 1100100 | 1000110 |
Color Harmonies of #64FFEA
Complementary color
Monochromatic Colors of #64FFEA
Black with #64FFEA
Text Example
Text Example
White with #64FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFEA; }
p { color: rgb(100,255,234); }
H1.HeaderClassName
{
color: #64FFEA;
}
.AnyTagClassName
{
color: #64FFEA;
}
</style>
background-color css
<style>
a { background-color: #64FFEA; }
a { background-color: rgb(100,255,234); }
div.DivClassName
{
background-color: #64FFEA;
}
.BgClassName
{
background-color: #64FFEA;
}
</style>
border-color css
<style>
span { border-color: #64FFEA; }
span { border-color: rgb(100,255,234); }
td.TdClassName
{
border-color: #64FFEA;
}
.TagClassName
{
border-color: #64FFEA;
}
</style>