Shades of Baby Blue #58EBFF
Tints of Baby Blue #58EBFF
RGB
CMYK
RGB Variations
Color information
#58EBFF (or 0x58EBFF) is known color: Baby Blue. HEX triplet: 58, EB and FF. RGB value is (88,235,255). Sum of RGB (Red+Green+Blue) = 88+235+255=578 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.22% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #58EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EBFF is #A71400. Grayscale: #C1C1C1. Windows color (decimal): -10949633 or 16771928. OLE color: 16771928.
HSL color Cylindrical-coordinate representation of color #58EBFF: hue angle of 187.19º 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 #58EBFF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 235 | 255 | - |
| CMYK | 0.65 | 0.08 | 0 | 0 |
| HSL | 187.19º | 1% | 0.67% | - |
| HSV(B) | 187.19º | 0.65% | 1% | - |
| XYZ | 51.78 | 68.71 | 105.14 | - |
| YUV | 193.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 235 | 255 | 0.65 | 0.08 | 0 | 0 | 187.19 | 1 | 0.67 |
| Hex | 58 | EB | FF | 41 | 8 | 0 | 0 | BB | 64 | 43 |
| Octal | 130 | 353 | 377 | 101 | 10 | 0 | 0 | 273 | 144 | 103 |
| Binary | 1011000 | 11101011 | 11111111 | 1000001 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000011 |
Color Harmonies of #58EBFF
Complementary color
Monochromatic Colors of #58EBFF
Black with #58EBFF
Text Example
Text Example
White with #58EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EBFF; }
p { color: rgb(88,235,255); }
H1.HeaderClassName
{
color: #58EBFF;
}
.AnyTagClassName
{
color: #58EBFF;
}
</style>
background-color css
<style>
a { background-color: #58EBFF; }
a { background-color: rgb(88,235,255); }
div.DivClassName
{
background-color: #58EBFF;
}
.BgClassName
{
background-color: #58EBFF;
}
</style>
border-color css
<style>
span { border-color: #58EBFF; }
span { border-color: rgb(88,235,255); }
td.TdClassName
{
border-color: #58EBFF;
}
.TagClassName
{
border-color: #58EBFF;
}
</style>