Shades of Baby Blue #58FAF0
Tints of Baby Blue #58FAF0
RGB
CMYK
RGB Variations
Color information
#58FAF0 (or 0x58FAF0) is known color: Baby Blue. HEX triplet: 58, FA and F0. RGB value is (88,250,240). Sum of RGB (Red+Green+Blue) = 88+250+240=578 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.22% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #58FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FAF0 is #A7050F. Grayscale: #C8C8C8. Windows color (decimal): -10945808 or 15792728. OLE color: 15792728.
HSL color Cylindrical-coordinate representation of color #58FAF0: hue angle of 176.3º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FAF0 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 250 | 240 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.02 |
| HSL | 176.3º | 0.94% | 0.66% | - |
| HSV(B) | 176.3º | 0.65% | 0.98% | - |
| XYZ | 53.94 | 76.74 | 94.41 | - |
| YUV | 200.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 250 | 240 | 0.65 | 0 | 0.04 | 0.02 | 176.3 | 0.94 | 0.66 |
| Hex | 58 | FA | F0 | 41 | 0 | 4 | 2 | B0 | 5E | 42 |
| Octal | 130 | 372 | 360 | 101 | 0 | 4 | 2 | 260 | 136 | 102 |
| Binary | 1011000 | 11111010 | 11110000 | 1000001 | 0 | 100 | 10 | 10110000 | 1011110 | 1000010 |
Color Harmonies of #58FAF0
Complementary color
Monochromatic Colors of #58FAF0
Black with #58FAF0
Text Example
Text Example
White with #58FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FAF0; }
p { color: rgb(88,250,240); }
H1.HeaderClassName
{
color: #58FAF0;
}
.AnyTagClassName
{
color: #58FAF0;
}
</style>
background-color css
<style>
a { background-color: #58FAF0; }
a { background-color: rgb(88,250,240); }
div.DivClassName
{
background-color: #58FAF0;
}
.BgClassName
{
background-color: #58FAF0;
}
</style>
border-color css
<style>
span { border-color: #58FAF0; }
span { border-color: rgb(88,250,240); }
td.TdClassName
{
border-color: #58FAF0;
}
.TagClassName
{
border-color: #58FAF0;
}
</style>