Shades of Baby Blue #58FDE6
Tints of Baby Blue #58FDE6
RGB
CMYK
RGB Variations
Color information
#58FDE6 (or 0x58FDE6) is known color: Baby Blue. HEX triplet: 58, FD and E6. RGB value is (88,253,230). Sum of RGB (Red+Green+Blue) = 88+253+230=571 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.41% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #58FDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FDE6 is #A70219. Grayscale: #C8C8C8. Windows color (decimal): -10945050 or 15138136. OLE color: 15138136.
HSL color Cylindrical-coordinate representation of color #58FDE6: hue angle of 171.64º degrees, saturation: 0.98, 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 #58FDE6 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 253 | 230 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.01 |
| HSL | 171.64º | 0.98% | 0.67% | - |
| HSV(B) | 171.64º | 0.65% | 0.99% | - |
| XYZ | 53.43 | 78.04 | 87.11 | - |
| YUV | 201.04 | 144.34 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 253 | 230 | 0.65 | 0 | 0.09 | 0.01 | 171.64 | 0.98 | 0.67 |
| Hex | 58 | FD | E6 | 41 | 0 | 9 | 1 | AC | 62 | 43 |
| Octal | 130 | 375 | 346 | 101 | 0 | 11 | 1 | 254 | 142 | 103 |
| Binary | 1011000 | 11111101 | 11100110 | 1000001 | 0 | 1001 | 1 | 10101100 | 1100010 | 1000011 |
Color Harmonies of #58FDE6
Complementary color
Monochromatic Colors of #58FDE6
Black with #58FDE6
Text Example
Text Example
White with #58FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FDE6; }
p { color: rgb(88,253,230); }
H1.HeaderClassName
{
color: #58FDE6;
}
.AnyTagClassName
{
color: #58FDE6;
}
</style>
background-color css
<style>
a { background-color: #58FDE6; }
a { background-color: rgb(88,253,230); }
div.DivClassName
{
background-color: #58FDE6;
}
.BgClassName
{
background-color: #58FDE6;
}
</style>
border-color css
<style>
span { border-color: #58FDE6; }
span { border-color: rgb(88,253,230); }
td.TdClassName
{
border-color: #58FDE6;
}
.TagClassName
{
border-color: #58FDE6;
}
</style>