Shades of Baby Blue #58FAF2
Tints of Baby Blue #58FAF2
RGB
CMYK
RGB Variations
Color information
#58FAF2 (or 0x58FAF2) is known color: Baby Blue. HEX triplet: 58, FA and F2. RGB value is (88,250,242). Sum of RGB (Red+Green+Blue) = 88+250+242=580 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.17% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #58FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FAF2 is #A7050D. Grayscale: #C8C8C8. Windows color (decimal): -10945806 or 15923800. OLE color: 15923800.
HSL color Cylindrical-coordinate representation of color #58FAF2: hue angle of 177.04º 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 #58FAF2 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 250 | 242 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.02 |
| HSL | 177.04º | 0.94% | 0.66% | - |
| HSV(B) | 177.04º | 0.65% | 0.98% | - |
| XYZ | 54.24 | 76.86 | 95.98 | - |
| YUV | 200.65 | 151.33 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 250 | 242 | 0.65 | 0 | 0.03 | 0.02 | 177.04 | 0.94 | 0.66 |
| Hex | 58 | FA | F2 | 41 | 0 | 3 | 2 | B1 | 5E | 42 |
| Octal | 130 | 372 | 362 | 101 | 0 | 3 | 2 | 261 | 136 | 102 |
| Binary | 1011000 | 11111010 | 11110010 | 1000001 | 0 | 11 | 10 | 10110001 | 1011110 | 1000010 |
Color Harmonies of #58FAF2
Complementary color
Monochromatic Colors of #58FAF2
Black with #58FAF2
Text Example
Text Example
White with #58FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FAF2; }
p { color: rgb(88,250,242); }
H1.HeaderClassName
{
color: #58FAF2;
}
.AnyTagClassName
{
color: #58FAF2;
}
</style>
background-color css
<style>
a { background-color: #58FAF2; }
a { background-color: rgb(88,250,242); }
div.DivClassName
{
background-color: #58FAF2;
}
.BgClassName
{
background-color: #58FAF2;
}
</style>
border-color css
<style>
span { border-color: #58FAF2; }
span { border-color: rgb(88,250,242); }
td.TdClassName
{
border-color: #58FAF2;
}
.TagClassName
{
border-color: #58FAF2;
}
</style>