Shades of Baby Blue #64EEF9
Tints of Baby Blue #64EEF9
RGB
CMYK
RGB Variations
Color information
#64EEF9 (or 0x64EEF9) is known color: Baby Blue. HEX triplet: 64, EE and F9. RGB value is (100,238,249). Sum of RGB (Red+Green+Blue) = 100+238+249=587 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.04% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #64EEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EEF9 is #9B1106. Grayscale: #C5C5C5. Windows color (decimal): -10162439 or 16379492. OLE color: 16379492.
HSL color Cylindrical-coordinate representation of color #64EEF9: hue angle of 184.43º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64EEF9 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 238 | 249 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.02 |
| HSL | 184.43º | 0.93% | 0.68% | - |
| HSV(B) | 184.43º | 0.6% | 0.98% | - |
| XYZ | 52.93 | 70.7 | 100.48 | - |
| YUV | 197.99 | 156.78 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 249 | 0.60 | 0.04 | 0 | 0.02 | 184.43 | 0.93 | 0.68 |
| Hex | 64 | EE | F9 | 3C | 4 | 0 | 2 | B8 | 5D | 44 |
| Octal | 144 | 356 | 371 | 74 | 4 | 0 | 2 | 270 | 135 | 104 |
| Binary | 1100100 | 11101110 | 11111001 | 111100 | 100 | 0 | 10 | 10111000 | 1011101 | 1000100 |
Color Harmonies of #64EEF9
Complementary color
Monochromatic Colors of #64EEF9
Black with #64EEF9
Text Example
Text Example
White with #64EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEF9; }
p { color: rgb(100,238,249); }
H1.HeaderClassName
{
color: #64EEF9;
}
.AnyTagClassName
{
color: #64EEF9;
}
</style>
background-color css
<style>
a { background-color: #64EEF9; }
a { background-color: rgb(100,238,249); }
div.DivClassName
{
background-color: #64EEF9;
}
.BgClassName
{
background-color: #64EEF9;
}
</style>
border-color css
<style>
span { border-color: #64EEF9; }
span { border-color: rgb(100,238,249); }
td.TdClassName
{
border-color: #64EEF9;
}
.TagClassName
{
border-color: #64EEF9;
}
</style>