Shades of Baby Blue #64FFE4
Tints of Baby Blue #64FFE4
RGB
CMYK
RGB Variations
Color information
#64FFE4 (or 0x64FFE4) is known color: Baby Blue. HEX triplet: 64, FF and E4. RGB value is (100,255,228). Sum of RGB (Red+Green+Blue) = 100+255+228=583 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.15% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FFE4 is #9B001B. Grayscale: #CDCDCD. Windows color (decimal): -10158108 or 15007588. OLE color: 15007588.
HSL color Cylindrical-coordinate representation of color #64FFE4: hue angle of 169.55º 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 #64FFE4 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 228 | - |
| CMYK | 0.61 | 0 | 0.11 | 0 |
| HSL | 169.55º | 1% | 0.7% | - |
| HSV(B) | 169.55º | 0.61% | 1% | - |
| XYZ | 55.02 | 79.83 | 85.91 | - |
| YUV | 205.58 | 140.65 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 228 | 0.61 | 0 | 0.11 | 0 | 169.55 | 1 | 0.7 |
| Hex | 64 | FF | E4 | 3D | 0 | B | 0 | AA | 64 | 46 |
| Octal | 144 | 377 | 344 | 75 | 0 | 13 | 0 | 252 | 144 | 106 |
| Binary | 1100100 | 11111111 | 11100100 | 111101 | 0 | 1011 | 0 | 10101010 | 1100100 | 1000110 |
Color Harmonies of #64FFE4
Complementary color
Monochromatic Colors of #64FFE4
Black with #64FFE4
Text Example
Text Example
White with #64FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FFE4; }
p { color: rgb(100,255,228); }
H1.HeaderClassName
{
color: #64FFE4;
}
.AnyTagClassName
{
color: #64FFE4;
}
</style>
background-color css
<style>
a { background-color: #64FFE4; }
a { background-color: rgb(100,255,228); }
div.DivClassName
{
background-color: #64FFE4;
}
.BgClassName
{
background-color: #64FFE4;
}
</style>
border-color css
<style>
span { border-color: #64FFE4; }
span { border-color: rgb(100,255,228); }
td.TdClassName
{
border-color: #64FFE4;
}
.TagClassName
{
border-color: #64FFE4;
}
</style>