Shades of Baby Blue #58ECF9
Tints of Baby Blue #58ECF9
RGB
CMYK
RGB Variations
Color information
#58ECF9 (or 0x58ECF9) is known color: Baby Blue. HEX triplet: 58, EC and F9. RGB value is (88,236,249). Sum of RGB (Red+Green+Blue) = 88+236+249=573 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.36% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #58ECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58ECF9 is #A71306. Grayscale: #C1C1C1. Windows color (decimal): -10949383 or 16378968. OLE color: 16378968.
HSL color Cylindrical-coordinate representation of color #58ECF9: hue angle of 184.84º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58ECF9 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 236 | 249 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.02 |
| HSL | 184.84º | 0.93% | 0.66% | - |
| HSV(B) | 184.84º | 0.65% | 0.98% | - |
| XYZ | 51.12 | 68.91 | 100.23 | - |
| YUV | 193.23 | 159.47 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 249 | 0.65 | 0.05 | 0 | 0.02 | 184.84 | 0.93 | 0.66 |
| Hex | 58 | EC | F9 | 41 | 5 | 0 | 2 | B9 | 5D | 42 |
| Octal | 130 | 354 | 371 | 101 | 5 | 0 | 2 | 271 | 135 | 102 |
| Binary | 1011000 | 11101100 | 11111001 | 1000001 | 101 | 0 | 10 | 10111001 | 1011101 | 1000010 |
Color Harmonies of #58ECF9
Complementary color
Monochromatic Colors of #58ECF9
Black with #58ECF9
Text Example
Text Example
White with #58ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECF9; }
p { color: rgb(88,236,249); }
H1.HeaderClassName
{
color: #58ECF9;
}
.AnyTagClassName
{
color: #58ECF9;
}
</style>
background-color css
<style>
a { background-color: #58ECF9; }
a { background-color: rgb(88,236,249); }
div.DivClassName
{
background-color: #58ECF9;
}
.BgClassName
{
background-color: #58ECF9;
}
</style>
border-color css
<style>
span { border-color: #58ECF9; }
span { border-color: rgb(88,236,249); }
td.TdClassName
{
border-color: #58ECF9;
}
.TagClassName
{
border-color: #58ECF9;
}
</style>