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