Shades of Baby Blue #58FFF1
Tints of Baby Blue #58FFF1
RGB
CMYK
RGB Variations
Color information
#58FFF1 (or 0x58FFF1) is known color: Baby Blue. HEX triplet: 58, FF and F1. RGB value is (88,255,241). Sum of RGB (Red+Green+Blue) = 88+255+241=584 (77% of max value = 765). Red value is 88 (34.77% from 255 or 15.07% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FFF1 is #A7000E. Grayscale: #CBCBCB. Windows color (decimal): -10944527 or 15859544. OLE color: 15859544.
HSL color Cylindrical-coordinate representation of color #58FFF1: hue angle of 174.97º 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 #58FFF1 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 241 | - |
| CMYK | 0.65 | 0 | 0.05 | 0 |
| HSL | 174.97º | 1% | 0.67% | - |
| HSV(B) | 174.97º | 0.65% | 1% | - |
| XYZ | 55.66 | 79.95 | 95.72 | - |
| YUV | 203.47 | 149.17 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 241 | 0.65 | 0 | 0.05 | 0 | 174.97 | 1 | 0.67 |
| Hex | 58 | FF | F1 | 41 | 0 | 5 | 0 | AF | 64 | 43 |
| Octal | 130 | 377 | 361 | 101 | 0 | 5 | 0 | 257 | 144 | 103 |
| Binary | 1011000 | 11111111 | 11110001 | 1000001 | 0 | 101 | 0 | 10101111 | 1100100 | 1000011 |
Color Harmonies of #58FFF1
Complementary color
Monochromatic Colors of #58FFF1
Black with #58FFF1
Text Example
Text Example
White with #58FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FFF1; }
p { color: rgb(88,255,241); }
H1.HeaderClassName
{
color: #58FFF1;
}
.AnyTagClassName
{
color: #58FFF1;
}
</style>
background-color css
<style>
a { background-color: #58FFF1; }
a { background-color: rgb(88,255,241); }
div.DivClassName
{
background-color: #58FFF1;
}
.BgClassName
{
background-color: #58FFF1;
}
</style>
border-color css
<style>
span { border-color: #58FFF1; }
span { border-color: rgb(88,255,241); }
td.TdClassName
{
border-color: #58FFF1;
}
.TagClassName
{
border-color: #58FFF1;
}
</style>