Shades of Baby Blue #59EFF6
Tints of Baby Blue #59EFF6
RGB
CMYK
RGB Variations
Color information
#59EFF6 (or 0x59EFF6) is known color: Baby Blue. HEX triplet: 59, EF and F6. RGB value is (89,239,246). Sum of RGB (Red+Green+Blue) = 89+239+246=574 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.51% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #59EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EFF6 is #A61009. Grayscale: #C2C2C2. Windows color (decimal): -10883082 or 16183129. OLE color: 16183129.
HSL color Cylindrical-coordinate representation of color #59EFF6: hue angle of 182.68º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59EFF6 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 239 | 246 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.04 |
| HSL | 182.68º | 0.9% | 0.66% | - |
| HSV(B) | 182.68º | 0.64% | 0.96% | - |
| XYZ | 51.62 | 70.51 | 98.08 | - |
| YUV | 194.95 | 156.81 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 239 | 246 | 0.64 | 0.03 | 0 | 0.04 | 182.68 | 0.9 | 0.66 |
| Hex | 59 | EF | F6 | 40 | 3 | 0 | 4 | B7 | 5A | 42 |
| Octal | 131 | 357 | 366 | 100 | 3 | 0 | 4 | 267 | 132 | 102 |
| Binary | 1011001 | 11101111 | 11110110 | 1000000 | 11 | 0 | 100 | 10110111 | 1011010 | 1000010 |
Color Harmonies of #59EFF6
Complementary color
Monochromatic Colors of #59EFF6
Black with #59EFF6
Text Example
Text Example
White with #59EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EFF6; }
p { color: rgb(89,239,246); }
H1.HeaderClassName
{
color: #59EFF6;
}
.AnyTagClassName
{
color: #59EFF6;
}
</style>
background-color css
<style>
a { background-color: #59EFF6; }
a { background-color: rgb(89,239,246); }
div.DivClassName
{
background-color: #59EFF6;
}
.BgClassName
{
background-color: #59EFF6;
}
</style>
border-color css
<style>
span { border-color: #59EFF6; }
span { border-color: rgb(89,239,246); }
td.TdClassName
{
border-color: #59EFF6;
}
.TagClassName
{
border-color: #59EFF6;
}
</style>