Shades of Baby Blue #58EEF9
Tints of Baby Blue #58EEF9
RGB
CMYK
RGB Variations
Color information
#58EEF9 (or 0x58EEF9) is known color: Baby Blue. HEX triplet: 58, EE and F9. RGB value is (88,238,249). Sum of RGB (Red+Green+Blue) = 88+238+249=575 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.30% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #58EEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEF9 is #A71106. Grayscale: #C2C2C2. Windows color (decimal): -10948871 or 16379480. OLE color: 16379480.
HSL color Cylindrical-coordinate representation of color #58EEF9: hue angle of 184.1º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58EEF9 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 238 | 249 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.02 |
| HSL | 184.1º | 0.93% | 0.66% | - |
| HSV(B) | 184.1º | 0.65% | 0.98% | - |
| XYZ | 51.7 | 70.06 | 100.42 | - |
| YUV | 194.4 | 158.81 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 238 | 249 | 0.65 | 0.04 | 0 | 0.02 | 184.1 | 0.93 | 0.66 |
| Hex | 58 | EE | F9 | 41 | 4 | 0 | 2 | B8 | 5D | 42 |
| Octal | 130 | 356 | 371 | 101 | 4 | 0 | 2 | 270 | 135 | 102 |
| Binary | 1011000 | 11101110 | 11111001 | 1000001 | 100 | 0 | 10 | 10111000 | 1011101 | 1000010 |
Color Harmonies of #58EEF9
Complementary color
Monochromatic Colors of #58EEF9
Black with #58EEF9
Text Example
Text Example
White with #58EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EEF9; }
p { color: rgb(88,238,249); }
H1.HeaderClassName
{
color: #58EEF9;
}
.AnyTagClassName
{
color: #58EEF9;
}
</style>
background-color css
<style>
a { background-color: #58EEF9; }
a { background-color: rgb(88,238,249); }
div.DivClassName
{
background-color: #58EEF9;
}
.BgClassName
{
background-color: #58EEF9;
}
</style>
border-color css
<style>
span { border-color: #58EEF9; }
span { border-color: rgb(88,238,249); }
td.TdClassName
{
border-color: #58EEF9;
}
.TagClassName
{
border-color: #58EEF9;
}
</style>