Shades of Baby Blue #58FFEF
Tints of Baby Blue #58FFEF
RGB
CMYK
RGB Variations
Color information
#58FFEF (or 0x58FFEF) is known color: Baby Blue. HEX triplet: 58, FF and EF. RGB value is (88,255,239). Sum of RGB (Red+Green+Blue) = 88+255+239=582 (77% of max value = 765). Red value is 88 (34.77% from 255 or 15.12% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FFEF is #A70010. Grayscale: #CBCBCB. Windows color (decimal): -10944529 or 15728472. OLE color: 15728472.
HSL color Cylindrical-coordinate representation of color #58FFEF: hue angle of 174.25º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FFEF is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 239 | - |
| CMYK | 0.65 | 0 | 0.06 | 0 |
| HSL | 174.25º | 1% | 0.67% | - |
| HSV(B) | 174.25º | 0.65% | 1% | - |
| XYZ | 55.36 | 79.83 | 94.15 | - |
| YUV | 203.24 | 148.17 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 239 | 0.65 | 0 | 0.06 | 0 | 174.25 | 1 | 0.67 |
| Hex | 58 | FF | EF | 41 | 0 | 6 | 0 | AE | 64 | 43 |
| Octal | 130 | 377 | 357 | 101 | 0 | 6 | 0 | 256 | 144 | 103 |
| Binary | 1011000 | 11111111 | 11101111 | 1000001 | 0 | 110 | 0 | 10101110 | 1100100 | 1000011 |
Color Harmonies of #58FFEF
Complementary color
Monochromatic Colors of #58FFEF
Black with #58FFEF
Text Example
Text Example
White with #58FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FFEF; }
p { color: rgb(88,255,239); }
H1.HeaderClassName
{
color: #58FFEF;
}
.AnyTagClassName
{
color: #58FFEF;
}
</style>
background-color css
<style>
a { background-color: #58FFEF; }
a { background-color: rgb(88,255,239); }
div.DivClassName
{
background-color: #58FFEF;
}
.BgClassName
{
background-color: #58FFEF;
}
</style>
border-color css
<style>
span { border-color: #58FFEF; }
span { border-color: rgb(88,255,239); }
td.TdClassName
{
border-color: #58FFEF;
}
.TagClassName
{
border-color: #58FFEF;
}
</style>