Shades of Baby Blue #58FCE7
Tints of Baby Blue #58FCE7
RGB
CMYK
RGB Variations
Color information
#58FCE7 (or 0x58FCE7) is known color: Baby Blue. HEX triplet: 58, FC and E7. RGB value is (88,252,231). Sum of RGB (Red+Green+Blue) = 88+252+231=571 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.41% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FCE7 is #A70318. Grayscale: #C8C8C8. Windows color (decimal): -10945305 or 15203416. OLE color: 15203416.
HSL color Cylindrical-coordinate representation of color #58FCE7: hue angle of 172.32º 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 #58FCE7 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 252 | 231 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.01 |
| HSL | 172.32º | 0.96% | 0.67% | - |
| HSV(B) | 172.32º | 0.65% | 0.99% | - |
| XYZ | 53.26 | 77.47 | 87.75 | - |
| YUV | 200.57 | 145.17 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 252 | 231 | 0.65 | 0 | 0.08 | 0.01 | 172.32 | 0.96 | 0.67 |
| Hex | 58 | FC | E7 | 41 | 0 | 8 | 1 | AC | 60 | 43 |
| Octal | 130 | 374 | 347 | 101 | 0 | 10 | 1 | 254 | 140 | 103 |
| Binary | 1011000 | 11111100 | 11100111 | 1000001 | 0 | 1000 | 1 | 10101100 | 1100000 | 1000011 |
Color Harmonies of #58FCE7
Complementary color
Monochromatic Colors of #58FCE7
Black with #58FCE7
Text Example
Text Example
White with #58FCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FCE7; }
p { color: rgb(88,252,231); }
H1.HeaderClassName
{
color: #58FCE7;
}
.AnyTagClassName
{
color: #58FCE7;
}
</style>
background-color css
<style>
a { background-color: #58FCE7; }
a { background-color: rgb(88,252,231); }
div.DivClassName
{
background-color: #58FCE7;
}
.BgClassName
{
background-color: #58FCE7;
}
</style>
border-color css
<style>
span { border-color: #58FCE7; }
span { border-color: rgb(88,252,231); }
td.TdClassName
{
border-color: #58FCE7;
}
.TagClassName
{
border-color: #58FCE7;
}
</style>