Shades of Baby Blue #58EEF6
Tints of Baby Blue #58EEF6
RGB
CMYK
RGB Variations
Color information
#58EEF6 (or 0x58EEF6) is known color: Baby Blue. HEX triplet: 58, EE and F6. RGB value is (88,238,246). Sum of RGB (Red+Green+Blue) = 88+238+246=572 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.38% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #58EEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEF6 is #A71109. Grayscale: #C1C1C1. Windows color (decimal): -10948874 or 16182872. OLE color: 16182872.
HSL color Cylindrical-coordinate representation of color #58EEF6: hue angle of 183.04º degrees, saturation: 0.9, 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 #58EEF6 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 238 | 246 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.04 |
| HSL | 183.04º | 0.9% | 0.65% | - |
| HSV(B) | 183.04º | 0.64% | 0.96% | - |
| XYZ | 51.23 | 69.88 | 97.98 | - |
| YUV | 194.06 | 157.31 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 238 | 246 | 0.64 | 0.03 | 0 | 0.04 | 183.04 | 0.9 | 0.65 |
| Hex | 58 | EE | F6 | 40 | 3 | 0 | 4 | B7 | 5A | 41 |
| Octal | 130 | 356 | 366 | 100 | 3 | 0 | 4 | 267 | 132 | 101 |
| Binary | 1011000 | 11101110 | 11110110 | 1000000 | 11 | 0 | 100 | 10110111 | 1011010 | 1000001 |
Color Harmonies of #58EEF6
Complementary color
Monochromatic Colors of #58EEF6
Black with #58EEF6
Text Example
Text Example
White with #58EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EEF6; }
p { color: rgb(88,238,246); }
H1.HeaderClassName
{
color: #58EEF6;
}
.AnyTagClassName
{
color: #58EEF6;
}
</style>
background-color css
<style>
a { background-color: #58EEF6; }
a { background-color: rgb(88,238,246); }
div.DivClassName
{
background-color: #58EEF6;
}
.BgClassName
{
background-color: #58EEF6;
}
</style>
border-color css
<style>
span { border-color: #58EEF6; }
span { border-color: rgb(88,238,246); }
td.TdClassName
{
border-color: #58EEF6;
}
.TagClassName
{
border-color: #58EEF6;
}
</style>