Shades of Baby Blue #64EFF6
Tints of Baby Blue #64EFF6
RGB
CMYK
RGB Variations
Color information
#64EFF6 (or 0x64EFF6) is known color: Baby Blue. HEX triplet: 64, EF and F6. RGB value is (100,239,246). Sum of RGB (Red+Green+Blue) = 100+239+246=585 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.09% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #64EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EFF6 is #9B1009. Grayscale: #C6C6C6. Windows color (decimal): -10162186 or 16183140. OLE color: 16183140.
HSL color Cylindrical-coordinate representation of color #64EFF6: hue angle of 182.88º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64EFF6 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 239 | 246 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.04 |
| HSL | 182.88º | 0.89% | 0.68% | - |
| HSV(B) | 182.88º | 0.59% | 0.96% | - |
| XYZ | 52.76 | 71.1 | 98.13 | - |
| YUV | 198.24 | 154.95 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 246 | 0.59 | 0.03 | 0 | 0.04 | 182.88 | 0.89 | 0.68 |
| Hex | 64 | EF | F6 | 3B | 3 | 0 | 4 | B7 | 59 | 44 |
| Octal | 144 | 357 | 366 | 73 | 3 | 0 | 4 | 267 | 131 | 104 |
| Binary | 1100100 | 11101111 | 11110110 | 111011 | 11 | 0 | 100 | 10110111 | 1011001 | 1000100 |
Color Harmonies of #64EFF6
Complementary color
Monochromatic Colors of #64EFF6
Black with #64EFF6
Text Example
Text Example
White with #64EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFF6; }
p { color: rgb(100,239,246); }
H1.HeaderClassName
{
color: #64EFF6;
}
.AnyTagClassName
{
color: #64EFF6;
}
</style>
background-color css
<style>
a { background-color: #64EFF6; }
a { background-color: rgb(100,239,246); }
div.DivClassName
{
background-color: #64EFF6;
}
.BgClassName
{
background-color: #64EFF6;
}
</style>
border-color css
<style>
span { border-color: #64EFF6; }
span { border-color: rgb(100,239,246); }
td.TdClassName
{
border-color: #64EFF6;
}
.TagClassName
{
border-color: #64EFF6;
}
</style>