Shades of Baby Blue #58EFFE
Tints of Baby Blue #58EFFE
RGB
CMYK
RGB Variations
Color information
#58EFFE (or 0x58EFFE) is known color: Baby Blue. HEX triplet: 58, EF and FE. RGB value is (88,239,254). Sum of RGB (Red+Green+Blue) = 88+239+254=581 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.15% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #58EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EFFE is #A71001. Grayscale: #C3C3C3. Windows color (decimal): -10948610 or 16707416. OLE color: 16707416.
HSL color Cylindrical-coordinate representation of color #58EFFE: hue angle of 185.42º 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 #58EFFE is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 239 | 254 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.00 |
| HSL | 185.42º | 0.99% | 0.67% | - |
| HSV(B) | 185.42º | 0.65% | 1% | - |
| XYZ | 52.78 | 70.96 | 104.68 | - |
| YUV | 195.56 | 160.97 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 239 | 254 | 0.65 | 0.06 | 0 | 0.00 | 185.42 | 0.99 | 0.67 |
| Hex | 58 | EF | FE | 41 | 6 | 0 | 0 | B9 | 63 | 43 |
| Octal | 130 | 357 | 376 | 101 | 6 | 0 | 0 | 271 | 143 | 103 |
| Binary | 1011000 | 11101111 | 11111110 | 1000001 | 110 | 0 | 0 | 10111001 | 1100011 | 1000011 |
Color Harmonies of #58EFFE
Complementary color
Monochromatic Colors of #58EFFE
Black with #58EFFE
Text Example
Text Example
White with #58EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EFFE; }
p { color: rgb(88,239,254); }
H1.HeaderClassName
{
color: #58EFFE;
}
.AnyTagClassName
{
color: #58EFFE;
}
</style>
background-color css
<style>
a { background-color: #58EFFE; }
a { background-color: rgb(88,239,254); }
div.DivClassName
{
background-color: #58EFFE;
}
.BgClassName
{
background-color: #58EFFE;
}
</style>
border-color css
<style>
span { border-color: #58EFFE; }
span { border-color: rgb(88,239,254); }
td.TdClassName
{
border-color: #58EFFE;
}
.TagClassName
{
border-color: #58EFFE;
}
</style>