Shades of Baby Blue #58ECFF
Tints of Baby Blue #58ECFF
RGB
CMYK
RGB Variations
Color information
#58ECFF (or 0x58ECFF) is known color: Baby Blue. HEX triplet: 58, EC and FF. RGB value is (88,236,255). Sum of RGB (Red+Green+Blue) = 88+236+255=579 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.20% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #58ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58ECFF is #A71300. Grayscale: #C1C1C1. Windows color (decimal): -10949377 or 16772184. OLE color: 16772184.
HSL color Cylindrical-coordinate representation of color #58ECFF: hue angle of 186.83º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58ECFF is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 236 | 255 | - |
| CMYK | 0.65 | 0.07 | 0 | 0 |
| HSL | 186.83º | 1% | 0.67% | - |
| HSV(B) | 186.83º | 0.65% | 1% | - |
| XYZ | 52.07 | 69.29 | 105.24 | - |
| YUV | 193.91 | 162.47 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 255 | 0.65 | 0.07 | 0 | 0 | 186.83 | 1 | 0.67 |
| Hex | 58 | EC | FF | 41 | 7 | 0 | 0 | BB | 64 | 43 |
| Octal | 130 | 354 | 377 | 101 | 7 | 0 | 0 | 273 | 144 | 103 |
| Binary | 1011000 | 11101100 | 11111111 | 1000001 | 111 | 0 | 0 | 10111011 | 1100100 | 1000011 |
Color Harmonies of #58ECFF
Complementary color
Monochromatic Colors of #58ECFF
Black with #58ECFF
Text Example
Text Example
White with #58ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECFF; }
p { color: rgb(88,236,255); }
H1.HeaderClassName
{
color: #58ECFF;
}
.AnyTagClassName
{
color: #58ECFF;
}
</style>
background-color css
<style>
a { background-color: #58ECFF; }
a { background-color: rgb(88,236,255); }
div.DivClassName
{
background-color: #58ECFF;
}
.BgClassName
{
background-color: #58ECFF;
}
</style>
border-color css
<style>
span { border-color: #58ECFF; }
span { border-color: rgb(88,236,255); }
td.TdClassName
{
border-color: #58ECFF;
}
.TagClassName
{
border-color: #58ECFF;
}
</style>