Shades of Baby Blue #64FAE7
Tints of Baby Blue #64FAE7
RGB
CMYK
RGB Variations
Color information
#64FAE7 (or 0x64FAE7) is known color: Baby Blue. HEX triplet: 64, FA and E7. RGB value is (100,250,231). Sum of RGB (Red+Green+Blue) = 100+250+231=581 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.21% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FAE7 is #9B0518. Grayscale: #CACACA. Windows color (decimal): -10159385 or 15202916. OLE color: 15202916.
HSL color Cylindrical-coordinate representation of color #64FAE7: hue angle of 172.4º 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 #64FAE7 is Cyan = 0.6, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 231 | - |
| CMYK | 0.6 | 0 | 0.08 | 0.02 |
| HSL | 172.4º | 0.94% | 0.69% | - |
| HSV(B) | 172.4º | 0.6% | 0.98% | - |
| XYZ | 53.86 | 76.85 | 87.6 | - |
| YUV | 202.98 | 143.81 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 231 | 0.6 | 0 | 0.08 | 0.02 | 172.4 | 0.94 | 0.69 |
| Hex | 64 | FA | E7 | 3C | 0 | 8 | 2 | AC | 5E | 45 |
| Octal | 144 | 372 | 347 | 74 | 0 | 10 | 2 | 254 | 136 | 105 |
| Binary | 1100100 | 11111010 | 11100111 | 111100 | 0 | 1000 | 10 | 10101100 | 1011110 | 1000101 |
Color Harmonies of #64FAE7
Complementary color
Monochromatic Colors of #64FAE7
Black with #64FAE7
Text Example
Text Example
White with #64FAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FAE7; }
p { color: rgb(100,250,231); }
H1.HeaderClassName
{
color: #64FAE7;
}
.AnyTagClassName
{
color: #64FAE7;
}
</style>
background-color css
<style>
a { background-color: #64FAE7; }
a { background-color: rgb(100,250,231); }
div.DivClassName
{
background-color: #64FAE7;
}
.BgClassName
{
background-color: #64FAE7;
}
</style>
border-color css
<style>
span { border-color: #64FAE7; }
span { border-color: rgb(100,250,231); }
td.TdClassName
{
border-color: #64FAE7;
}
.TagClassName
{
border-color: #64FAE7;
}
</style>