Shades of Baby Blue #5AF6EC
Tints of Baby Blue #5AF6EC
RGB
CMYK
RGB Variations
Color information
#5AF6EC (or 0x5AF6EC) is known color: Baby Blue. HEX triplet: 5A, F6 and EC. RGB value is (90,246,236). Sum of RGB (Red+Green+Blue) = 90+246+236=572 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.73% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF6EC is #A50913. Grayscale: #C6C6C6. Windows color (decimal): -10815764 or 15529562. OLE color: 15529562.
HSL color Cylindrical-coordinate representation of color #5AF6EC: hue angle of 176.15º degrees, saturation: 0.9, 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 #5AF6EC is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 246 | 236 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.04 |
| HSL | 176.15º | 0.9% | 0.66% | - |
| HSV(B) | 176.15º | 0.63% | 0.96% | - |
| XYZ | 52.31 | 74.14 | 90.91 | - |
| YUV | 198.22 | 149.32 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 246 | 236 | 0.63 | 0 | 0.04 | 0.04 | 176.15 | 0.9 | 0.66 |
| Hex | 5A | F6 | EC | 3F | 0 | 4 | 4 | B0 | 5A | 42 |
| Octal | 132 | 366 | 354 | 77 | 0 | 4 | 4 | 260 | 132 | 102 |
| Binary | 1011010 | 11110110 | 11101100 | 111111 | 0 | 100 | 100 | 10110000 | 1011010 | 1000010 |
Color Harmonies of #5AF6EC
Complementary color
Monochromatic Colors of #5AF6EC
Black with #5AF6EC
Text Example
Text Example
White with #5AF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF6EC; }
p { color: rgb(90,246,236); }
H1.HeaderClassName
{
color: #5AF6EC;
}
.AnyTagClassName
{
color: #5AF6EC;
}
</style>
background-color css
<style>
a { background-color: #5AF6EC; }
a { background-color: rgb(90,246,236); }
div.DivClassName
{
background-color: #5AF6EC;
}
.BgClassName
{
background-color: #5AF6EC;
}
</style>
border-color css
<style>
span { border-color: #5AF6EC; }
span { border-color: rgb(90,246,236); }
td.TdClassName
{
border-color: #5AF6EC;
}
.TagClassName
{
border-color: #5AF6EC;
}
</style>