Shades of Baby Blue #64FCEB
Tints of Baby Blue #64FCEB
RGB
CMYK
RGB Variations
Color information
#64FCEB (or 0x64FCEB) is known color: Baby Blue. HEX triplet: 64, FC and EB. RGB value is (100,252,235). Sum of RGB (Red+Green+Blue) = 100+252+235=587 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.04% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FCEB is #9B0314. Grayscale: #CCCCCC. Windows color (decimal): -10158869 or 15465572. OLE color: 15465572.
HSL color Cylindrical-coordinate representation of color #64FCEB: hue angle of 173.29º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FCEB is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 235 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.01 |
| HSL | 173.29º | 0.96% | 0.69% | - |
| HSV(B) | 173.29º | 0.6% | 0.99% | - |
| XYZ | 55.06 | 78.33 | 90.81 | - |
| YUV | 204.61 | 145.14 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 235 | 0.60 | 0 | 0.07 | 0.01 | 173.29 | 0.96 | 0.69 |
| Hex | 64 | FC | EB | 3C | 0 | 7 | 1 | AD | 60 | 45 |
| Octal | 144 | 374 | 353 | 74 | 0 | 7 | 1 | 255 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11101011 | 111100 | 0 | 111 | 1 | 10101101 | 1100000 | 1000101 |
Color Harmonies of #64FCEB
Complementary color
Monochromatic Colors of #64FCEB
Black with #64FCEB
Text Example
Text Example
White with #64FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCEB; }
p { color: rgb(100,252,235); }
H1.HeaderClassName
{
color: #64FCEB;
}
.AnyTagClassName
{
color: #64FCEB;
}
</style>
background-color css
<style>
a { background-color: #64FCEB; }
a { background-color: rgb(100,252,235); }
div.DivClassName
{
background-color: #64FCEB;
}
.BgClassName
{
background-color: #64FCEB;
}
</style>
border-color css
<style>
span { border-color: #64FCEB; }
span { border-color: rgb(100,252,235); }
td.TdClassName
{
border-color: #64FCEB;
}
.TagClassName
{
border-color: #64FCEB;
}
</style>