Shades of Baby Blue #58FFFA
Tints of Baby Blue #58FFFA
RGB
CMYK
RGB Variations
Color information
#58FFFA (or 0x58FFFA) is known color: Baby Blue. HEX triplet: 58, FF and FA. RGB value is (88,255,250). Sum of RGB (Red+Green+Blue) = 88+255+250=593 (78% of max value = 765). Red value is 88 (34.77% from 255 or 14.84% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FFFA is #A70005. Grayscale: #CCCCCC. Windows color (decimal): -10944518 or 16449368. OLE color: 16449368.
HSL color Cylindrical-coordinate representation of color #58FFFA: hue angle of 178.2º 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 #58FFFA is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 250 | - |
| CMYK | 0.65 | 0 | 0.02 | 0 |
| HSL | 178.2º | 1% | 0.67% | - |
| HSV(B) | 178.2º | 0.65% | 1% | - |
| XYZ | 57.04 | 80.5 | 102.97 | - |
| YUV | 204.5 | 153.67 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 250 | 0.65 | 0 | 0.02 | 0 | 178.2 | 1 | 0.67 |
| Hex | 58 | FF | FA | 41 | 0 | 2 | 0 | B2 | 64 | 43 |
| Octal | 130 | 377 | 372 | 101 | 0 | 2 | 0 | 262 | 144 | 103 |
| Binary | 1011000 | 11111111 | 11111010 | 1000001 | 0 | 10 | 0 | 10110010 | 1100100 | 1000011 |
Color Harmonies of #58FFFA
Complementary color
Monochromatic Colors of #58FFFA
Black with #58FFFA
Text Example
Text Example
White with #58FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FFFA; }
p { color: rgb(88,255,250); }
H1.HeaderClassName
{
color: #58FFFA;
}
.AnyTagClassName
{
color: #58FFFA;
}
</style>
background-color css
<style>
a { background-color: #58FFFA; }
a { background-color: rgb(88,255,250); }
div.DivClassName
{
background-color: #58FFFA;
}
.BgClassName
{
background-color: #58FFFA;
}
</style>
border-color css
<style>
span { border-color: #58FFFA; }
span { border-color: rgb(88,255,250); }
td.TdClassName
{
border-color: #58FFFA;
}
.TagClassName
{
border-color: #58FFFA;
}
</style>