Shades of Baby Blue #64FAEB
Tints of Baby Blue #64FAEB
RGB
CMYK
RGB Variations
Color information
#64FAEB (or 0x64FAEB) is known color: Baby Blue. HEX triplet: 64, FA and EB. RGB value is (100,250,235). Sum of RGB (Red+Green+Blue) = 100+250+235=585 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.09% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FAEB is #9B0514. Grayscale: #CBCBCB. Windows color (decimal): -10159381 or 15465060. OLE color: 15465060.
HSL color Cylindrical-coordinate representation of color #64FAEB: hue angle of 174º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FAEB is Cyan = 0.6, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 235 | - |
| CMYK | 0.6 | 0 | 0.06 | 0.02 |
| HSL | 174º | 0.94% | 0.69% | - |
| HSV(B) | 174º | 0.6% | 0.98% | - |
| XYZ | 54.44 | 77.08 | 90.61 | - |
| YUV | 203.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 235 | 0.6 | 0 | 0.06 | 0.02 | 174 | 0.94 | 0.69 |
| Hex | 64 | FA | EB | 3C | 0 | 6 | 2 | AE | 5E | 45 |
| Octal | 144 | 372 | 353 | 74 | 0 | 6 | 2 | 256 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11101011 | 111100 | 0 | 110 | 10 | 10101110 | 1011110 | 1000101 |
Color Harmonies of #64FAEB
Complementary color
Monochromatic Colors of #64FAEB
Black with #64FAEB
Text Example
Text Example
White with #64FAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAEB; }
p { color: rgb(100,250,235); }
H1.HeaderClassName
{
color: #64FAEB;
}
.AnyTagClassName
{
color: #64FAEB;
}
</style>
background-color css
<style>
a { background-color: #64FAEB; }
a { background-color: rgb(100,250,235); }
div.DivClassName
{
background-color: #64FAEB;
}
.BgClassName
{
background-color: #64FAEB;
}
</style>
border-color css
<style>
span { border-color: #64FAEB; }
span { border-color: rgb(100,250,235); }
td.TdClassName
{
border-color: #64FAEB;
}
.TagClassName
{
border-color: #64FAEB;
}
</style>