Shades of Baby Blue #58EEFE
Tints of Baby Blue #58EEFE
RGB
CMYK
RGB Variations
Color information
#58EEFE (or 0x58EEFE) is known color: Baby Blue. HEX triplet: 58, EE and FE. RGB value is (88,238,254). Sum of RGB (Red+Green+Blue) = 88+238+254=580 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.17% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #58EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEFE is #A71101. Grayscale: #C2C2C2. Windows color (decimal): -10948866 or 16707160. OLE color: 16707160.
HSL color Cylindrical-coordinate representation of color #58EEFE: hue angle of 185.78º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58EEFE is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 238 | 254 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.00 |
| HSL | 185.78º | 0.99% | 0.67% | - |
| HSV(B) | 185.78º | 0.65% | 1% | - |
| XYZ | 52.49 | 70.38 | 104.58 | - |
| YUV | 194.97 | 161.31 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 238 | 254 | 0.65 | 0.06 | 0 | 0.00 | 185.78 | 0.99 | 0.67 |
| Hex | 58 | EE | FE | 41 | 6 | 0 | 0 | BA | 63 | 43 |
| Octal | 130 | 356 | 376 | 101 | 6 | 0 | 0 | 272 | 143 | 103 |
| Binary | 1011000 | 11101110 | 11111110 | 1000001 | 110 | 0 | 0 | 10111010 | 1100011 | 1000011 |
Color Harmonies of #58EEFE
Complementary color
Monochromatic Colors of #58EEFE
Black with #58EEFE
Text Example
Text Example
White with #58EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EEFE; }
p { color: rgb(88,238,254); }
H1.HeaderClassName
{
color: #58EEFE;
}
.AnyTagClassName
{
color: #58EEFE;
}
</style>
background-color css
<style>
a { background-color: #58EEFE; }
a { background-color: rgb(88,238,254); }
div.DivClassName
{
background-color: #58EEFE;
}
.BgClassName
{
background-color: #58EEFE;
}
</style>
border-color css
<style>
span { border-color: #58EEFE; }
span { border-color: rgb(88,238,254); }
td.TdClassName
{
border-color: #58EEFE;
}
.TagClassName
{
border-color: #58EEFE;
}
</style>