Shades of Baby Blue #58F4EC
Tints of Baby Blue #58F4EC
RGB
CMYK
RGB Variations
Color information
#58F4EC (or 0x58F4EC) is known color: Baby Blue. HEX triplet: 58, F4 and EC. RGB value is (88,244,236). Sum of RGB (Red+Green+Blue) = 88+244+236=568 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.49% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #58F4EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F4EC is #A70B13. Grayscale: #C4C4C4. Windows color (decimal): -10947348 or 15529048. OLE color: 15529048.
HSL color Cylindrical-coordinate representation of color #58F4EC: hue angle of 176.92º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F4EC is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 244 | 236 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.04 |
| HSL | 176.92º | 0.88% | 0.65% | - |
| HSV(B) | 176.92º | 0.64% | 0.96% | - |
| XYZ | 51.52 | 72.83 | 90.7 | - |
| YUV | 196.44 | 150.32 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 244 | 236 | 0.64 | 0 | 0.03 | 0.04 | 176.92 | 0.88 | 0.65 |
| Hex | 58 | F4 | EC | 40 | 0 | 3 | 4 | B1 | 58 | 41 |
| Octal | 130 | 364 | 354 | 100 | 0 | 3 | 4 | 261 | 130 | 101 |
| Binary | 1011000 | 11110100 | 11101100 | 1000000 | 0 | 11 | 100 | 10110001 | 1011000 | 1000001 |
Color Harmonies of #58F4EC
Complementary color
Monochromatic Colors of #58F4EC
Black with #58F4EC
Text Example
Text Example
White with #58F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F4EC; }
p { color: rgb(88,244,236); }
H1.HeaderClassName
{
color: #58F4EC;
}
.AnyTagClassName
{
color: #58F4EC;
}
</style>
background-color css
<style>
a { background-color: #58F4EC; }
a { background-color: rgb(88,244,236); }
div.DivClassName
{
background-color: #58F4EC;
}
.BgClassName
{
background-color: #58F4EC;
}
</style>
border-color css
<style>
span { border-color: #58F4EC; }
span { border-color: rgb(88,244,236); }
td.TdClassName
{
border-color: #58F4EC;
}
.TagClassName
{
border-color: #58F4EC;
}
</style>