Shades of Baby Blue #64EAFD
Tints of Baby Blue #64EAFD
RGB
CMYK
RGB Variations
Color information
#64EAFD (or 0x64EAFD) is known color: Baby Blue. HEX triplet: 64, EA and FD. RGB value is (100,234,253). Sum of RGB (Red+Green+Blue) = 100+234+253=587 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.04% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #64EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EAFD is #9B1502. Grayscale: #C3C3C3. Windows color (decimal): -10163459 or 16640612. OLE color: 16640612.
HSL color Cylindrical-coordinate representation of color #64EAFD: hue angle of 187.45º degrees, saturation: 0.97, 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 #64EAFD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 234 | 253 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.01 |
| HSL | 187.45º | 0.97% | 0.69% | - |
| HSV(B) | 187.45º | 0.6% | 0.99% | - |
| XYZ | 52.41 | 68.65 | 103.42 | - |
| YUV | 196.1 | 160.11 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 253 | 0.60 | 0.08 | 0 | 0.01 | 187.45 | 0.97 | 0.69 |
| Hex | 64 | EA | FD | 3C | 8 | 0 | 1 | BB | 61 | 45 |
| Octal | 144 | 352 | 375 | 74 | 10 | 0 | 1 | 273 | 141 | 105 |
| Binary | 1100100 | 11101010 | 11111101 | 111100 | 1000 | 0 | 1 | 10111011 | 1100001 | 1000101 |
Color Harmonies of #64EAFD
Complementary color
Monochromatic Colors of #64EAFD
Black with #64EAFD
Text Example
Text Example
White with #64EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EAFD; }
p { color: rgb(100,234,253); }
H1.HeaderClassName
{
color: #64EAFD;
}
.AnyTagClassName
{
color: #64EAFD;
}
</style>
background-color css
<style>
a { background-color: #64EAFD; }
a { background-color: rgb(100,234,253); }
div.DivClassName
{
background-color: #64EAFD;
}
.BgClassName
{
background-color: #64EAFD;
}
</style>
border-color css
<style>
span { border-color: #64EAFD; }
span { border-color: rgb(100,234,253); }
td.TdClassName
{
border-color: #64EAFD;
}
.TagClassName
{
border-color: #64EAFD;
}
</style>