Shades of Baby Blue #58ECFC
Tints of Baby Blue #58ECFC
RGB
CMYK
RGB Variations
Color information
#58ECFC (or 0x58ECFC) is known color: Baby Blue. HEX triplet: 58, EC and FC. RGB value is (88,236,252). Sum of RGB (Red+Green+Blue) = 88+236+252=576 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.28% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #58ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58ECFC is #A71303. Grayscale: #C1C1C1. Windows color (decimal): -10949380 or 16575576. OLE color: 16575576.
HSL color Cylindrical-coordinate representation of color #58ECFC: hue angle of 185.85º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58ECFC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 236 | 252 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.01 |
| HSL | 185.85º | 0.96% | 0.67% | - |
| HSV(B) | 185.85º | 0.65% | 0.99% | - |
| XYZ | 51.59 | 69.09 | 102.71 | - |
| YUV | 193.57 | 160.97 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 252 | 0.65 | 0.06 | 0 | 0.01 | 185.85 | 0.96 | 0.67 |
| Hex | 58 | EC | FC | 41 | 6 | 0 | 1 | BA | 60 | 43 |
| Octal | 130 | 354 | 374 | 101 | 6 | 0 | 1 | 272 | 140 | 103 |
| Binary | 1011000 | 11101100 | 11111100 | 1000001 | 110 | 0 | 1 | 10111010 | 1100000 | 1000011 |
Color Harmonies of #58ECFC
Complementary color
Monochromatic Colors of #58ECFC
Black with #58ECFC
Text Example
Text Example
White with #58ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECFC; }
p { color: rgb(88,236,252); }
H1.HeaderClassName
{
color: #58ECFC;
}
.AnyTagClassName
{
color: #58ECFC;
}
</style>
background-color css
<style>
a { background-color: #58ECFC; }
a { background-color: rgb(88,236,252); }
div.DivClassName
{
background-color: #58ECFC;
}
.BgClassName
{
background-color: #58ECFC;
}
</style>
border-color css
<style>
span { border-color: #58ECFC; }
span { border-color: rgb(88,236,252); }
td.TdClassName
{
border-color: #58ECFC;
}
.TagClassName
{
border-color: #58ECFC;
}
</style>