Shades of Baby Blue #64E9FD
Tints of Baby Blue #64E9FD
RGB
CMYK
RGB Variations
Color information
#64E9FD (or 0x64E9FD) is known color: Baby Blue. HEX triplet: 64, E9 and FD. RGB value is (100,233,253). Sum of RGB (Red+Green+Blue) = 100+233+253=586 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.06% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #64E9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E9FD is #9B1602. Grayscale: #C3C3C3. Windows color (decimal): -10163715 or 16640356. OLE color: 16640356.
HSL color Cylindrical-coordinate representation of color #64E9FD: hue angle of 187.84º 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 #64E9FD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 233 | 253 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.01 |
| HSL | 187.84º | 0.97% | 0.69% | - |
| HSV(B) | 187.84º | 0.6% | 0.99% | - |
| XYZ | 52.12 | 68.08 | 103.32 | - |
| YUV | 195.51 | 160.44 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 233 | 253 | 0.60 | 0.08 | 0 | 0.01 | 187.84 | 0.97 | 0.69 |
| Hex | 64 | E9 | FD | 3C | 8 | 0 | 1 | BC | 61 | 45 |
| Octal | 144 | 351 | 375 | 74 | 10 | 0 | 1 | 274 | 141 | 105 |
| Binary | 1100100 | 11101001 | 11111101 | 111100 | 1000 | 0 | 1 | 10111100 | 1100001 | 1000101 |
Color Harmonies of #64E9FD
Complementary color
Monochromatic Colors of #64E9FD
Black with #64E9FD
Text Example
Text Example
White with #64E9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E9FD; }
p { color: rgb(100,233,253); }
H1.HeaderClassName
{
color: #64E9FD;
}
.AnyTagClassName
{
color: #64E9FD;
}
</style>
background-color css
<style>
a { background-color: #64E9FD; }
a { background-color: rgb(100,233,253); }
div.DivClassName
{
background-color: #64E9FD;
}
.BgClassName
{
background-color: #64E9FD;
}
</style>
border-color css
<style>
span { border-color: #64E9FD; }
span { border-color: rgb(100,233,253); }
td.TdClassName
{
border-color: #64E9FD;
}
.TagClassName
{
border-color: #64E9FD;
}
</style>