Shades of Baby Blue #58FCED
Tints of Baby Blue #58FCED
RGB
CMYK
RGB Variations
Color information
#58FCED (or 0x58FCED) is known color: Baby Blue. HEX triplet: 58, FC and ED. RGB value is (88,252,237). Sum of RGB (Red+Green+Blue) = 88+252+237=577 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.25% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FCED is #A70312. Grayscale: #C9C9C9. Windows color (decimal): -10945299 or 15596632. OLE color: 15596632.
HSL color Cylindrical-coordinate representation of color #58FCED: hue angle of 174.51º 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 #58FCED is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 252 | 237 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.01 |
| HSL | 174.51º | 0.96% | 0.67% | - |
| HSV(B) | 174.51º | 0.65% | 0.99% | - |
| XYZ | 54.12 | 77.81 | 92.29 | - |
| YUV | 201.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 252 | 237 | 0.65 | 0 | 0.06 | 0.01 | 174.51 | 0.96 | 0.67 |
| Hex | 58 | FC | ED | 41 | 0 | 6 | 1 | AF | 60 | 43 |
| Octal | 130 | 374 | 355 | 101 | 0 | 6 | 1 | 257 | 140 | 103 |
| Binary | 1011000 | 11111100 | 11101101 | 1000001 | 0 | 110 | 1 | 10101111 | 1100000 | 1000011 |
Color Harmonies of #58FCED
Complementary color
Monochromatic Colors of #58FCED
Black with #58FCED
Text Example
Text Example
White with #58FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FCED; }
p { color: rgb(88,252,237); }
H1.HeaderClassName
{
color: #58FCED;
}
.AnyTagClassName
{
color: #58FCED;
}
</style>
background-color css
<style>
a { background-color: #58FCED; }
a { background-color: rgb(88,252,237); }
div.DivClassName
{
background-color: #58FCED;
}
.BgClassName
{
background-color: #58FCED;
}
</style>
border-color css
<style>
span { border-color: #58FCED; }
span { border-color: rgb(88,252,237); }
td.TdClassName
{
border-color: #58FCED;
}
.TagClassName
{
border-color: #58FCED;
}
</style>