Shades of Baby Blue #58EAFF
Tints of Baby Blue #58EAFF
RGB
CMYK
RGB Variations
Color information
#58EAFF (or 0x58EAFF) is known color: Baby Blue. HEX triplet: 58, EA and FF. RGB value is (88,234,255). Sum of RGB (Red+Green+Blue) = 88+234+255=577 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.25% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #58EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EAFF is #A71500. Grayscale: #C0C0C0. Windows color (decimal): -10949889 or 16771672. OLE color: 16771672.
HSL color Cylindrical-coordinate representation of color #58EAFF: hue angle of 187.54º 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 #58EAFF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 234 | 255 | - |
| CMYK | 0.65 | 0.08 | 0 | 0 |
| HSL | 187.54º | 1% | 0.67% | - |
| HSV(B) | 187.54º | 0.65% | 1% | - |
| XYZ | 51.5 | 68.14 | 105.05 | - |
| YUV | 192.74 | 163.13 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 234 | 255 | 0.65 | 0.08 | 0 | 0 | 187.54 | 1 | 0.67 |
| Hex | 58 | EA | FF | 41 | 8 | 0 | 0 | BC | 64 | 43 |
| Octal | 130 | 352 | 377 | 101 | 10 | 0 | 0 | 274 | 144 | 103 |
| Binary | 1011000 | 11101010 | 11111111 | 1000001 | 1000 | 0 | 0 | 10111100 | 1100100 | 1000011 |
Color Harmonies of #58EAFF
Complementary color
Monochromatic Colors of #58EAFF
Black with #58EAFF
Text Example
Text Example
White with #58EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EAFF; }
p { color: rgb(88,234,255); }
H1.HeaderClassName
{
color: #58EAFF;
}
.AnyTagClassName
{
color: #58EAFF;
}
</style>
background-color css
<style>
a { background-color: #58EAFF; }
a { background-color: rgb(88,234,255); }
div.DivClassName
{
background-color: #58EAFF;
}
.BgClassName
{
background-color: #58EAFF;
}
</style>
border-color css
<style>
span { border-color: #58EAFF; }
span { border-color: rgb(88,234,255); }
td.TdClassName
{
border-color: #58EAFF;
}
.TagClassName
{
border-color: #58EAFF;
}
</style>