Shades of Baby Blue #58FDE1
Tints of Baby Blue #58FDE1
RGB
CMYK
RGB Variations
Color information
#58FDE1 (or 0x58FDE1) is known color: Baby Blue. HEX triplet: 58, FD and E1. RGB value is (88,253,225). Sum of RGB (Red+Green+Blue) = 88+253+225=566 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.55% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #58FDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FDE1 is #A7021E. Grayscale: #C8C8C8. Windows color (decimal): -10945055 or 14810456. OLE color: 14810456.
HSL color Cylindrical-coordinate representation of color #58FDE1: hue angle of 169.82º 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 #58FDE1 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 253 | 225 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.01 |
| HSL | 169.82º | 0.98% | 0.67% | - |
| HSV(B) | 169.82º | 0.65% | 0.99% | - |
| XYZ | 52.74 | 77.76 | 83.46 | - |
| YUV | 200.47 | 141.84 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 253 | 225 | 0.65 | 0 | 0.11 | 0.01 | 169.82 | 0.98 | 0.67 |
| Hex | 58 | FD | E1 | 41 | 0 | B | 1 | AA | 62 | 43 |
| Octal | 130 | 375 | 341 | 101 | 0 | 13 | 1 | 252 | 142 | 103 |
| Binary | 1011000 | 11111101 | 11100001 | 1000001 | 0 | 1011 | 1 | 10101010 | 1100010 | 1000011 |
Color Harmonies of #58FDE1
Complementary color
Monochromatic Colors of #58FDE1
Black with #58FDE1
Text Example
Text Example
White with #58FDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FDE1; }
p { color: rgb(88,253,225); }
H1.HeaderClassName
{
color: #58FDE1;
}
.AnyTagClassName
{
color: #58FDE1;
}
</style>
background-color css
<style>
a { background-color: #58FDE1; }
a { background-color: rgb(88,253,225); }
div.DivClassName
{
background-color: #58FDE1;
}
.BgClassName
{
background-color: #58FDE1;
}
</style>
border-color css
<style>
span { border-color: #58FDE1; }
span { border-color: rgb(88,253,225); }
td.TdClassName
{
border-color: #58FDE1;
}
.TagClassName
{
border-color: #58FDE1;
}
</style>