Shades of Baby Blue #64EEF7
Tints of Baby Blue #64EEF7
RGB
CMYK
RGB Variations
Color information
#64EEF7 (or 0x64EEF7) is known color: Baby Blue. HEX triplet: 64, EE and F7. RGB value is (100,238,247). Sum of RGB (Red+Green+Blue) = 100+238+247=585 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.09% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 247 - color contains mainly: blue. Hex color #64EEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EEF7 is #9B1108. Grayscale: #C5C5C5. Windows color (decimal): -10162441 or 16248420. OLE color: 16248420.
HSL color Cylindrical-coordinate representation of color #64EEF7: hue angle of 183.67º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64EEF7 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 238 | 247 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.03 |
| HSL | 183.67º | 0.9% | 0.68% | - |
| HSV(B) | 183.67º | 0.6% | 0.97% | - |
| XYZ | 52.62 | 70.57 | 98.84 | - |
| YUV | 197.76 | 155.78 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 247 | 0.60 | 0.04 | 0 | 0.03 | 183.67 | 0.9 | 0.68 |
| Hex | 64 | EE | F7 | 3C | 4 | 0 | 3 | B8 | 5A | 44 |
| Octal | 144 | 356 | 367 | 74 | 4 | 0 | 3 | 270 | 132 | 104 |
| Binary | 1100100 | 11101110 | 11110111 | 111100 | 100 | 0 | 11 | 10111000 | 1011010 | 1000100 |
Color Harmonies of #64EEF7
Complementary color
Monochromatic Colors of #64EEF7
Black with #64EEF7
Text Example
Text Example
White with #64EEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEF7; }
p { color: rgb(100,238,247); }
H1.HeaderClassName
{
color: #64EEF7;
}
.AnyTagClassName
{
color: #64EEF7;
}
</style>
background-color css
<style>
a { background-color: #64EEF7; }
a { background-color: rgb(100,238,247); }
div.DivClassName
{
background-color: #64EEF7;
}
.BgClassName
{
background-color: #64EEF7;
}
</style>
border-color css
<style>
span { border-color: #64EEF7; }
span { border-color: rgb(100,238,247); }
td.TdClassName
{
border-color: #64EEF7;
}
.TagClassName
{
border-color: #64EEF7;
}
</style>