Shades of Baby Blue #5AF5F1
Tints of Baby Blue #5AF5F1
RGB
CMYK
RGB Variations
Color information
#5AF5F1 (or 0x5AF5F1) is known color: Baby Blue. HEX triplet: 5A, F5 and F1. RGB value is (90,245,241). Sum of RGB (Red+Green+Blue) = 90+245+241=576 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.62% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF5F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF5F1 is #A50A0E. Grayscale: #C6C6C6. Windows color (decimal): -10816015 or 15856986. OLE color: 15856986.
HSL color Cylindrical-coordinate representation of color #5AF5F1: hue angle of 178.45º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF5F1 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 241 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.04 |
| HSL | 178.45º | 0.89% | 0.66% | - |
| HSV(B) | 178.45º | 0.63% | 0.96% | - |
| XYZ | 52.75 | 73.83 | 94.69 | - |
| YUV | 198.2 | 152.15 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 241 | 0.63 | 0 | 0.02 | 0.04 | 178.45 | 0.89 | 0.66 |
| Hex | 5A | F5 | F1 | 3F | 0 | 2 | 4 | B2 | 59 | 42 |
| Octal | 132 | 365 | 361 | 77 | 0 | 2 | 4 | 262 | 131 | 102 |
| Binary | 1011010 | 11110101 | 11110001 | 111111 | 0 | 10 | 100 | 10110010 | 1011001 | 1000010 |
Color Harmonies of #5AF5F1
Complementary color
Monochromatic Colors of #5AF5F1
Black with #5AF5F1
Text Example
Text Example
White with #5AF5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF5F1; }
p { color: rgb(90,245,241); }
H1.HeaderClassName
{
color: #5AF5F1;
}
.AnyTagClassName
{
color: #5AF5F1;
}
</style>
background-color css
<style>
a { background-color: #5AF5F1; }
a { background-color: rgb(90,245,241); }
div.DivClassName
{
background-color: #5AF5F1;
}
.BgClassName
{
background-color: #5AF5F1;
}
</style>
border-color css
<style>
span { border-color: #5AF5F1; }
span { border-color: rgb(90,245,241); }
td.TdClassName
{
border-color: #5AF5F1;
}
.TagClassName
{
border-color: #5AF5F1;
}
</style>