Shades of Baby Blue #5AF3EC
Tints of Baby Blue #5AF3EC
RGB
CMYK
RGB Variations
Color information
#5AF3EC (or 0x5AF3EC) is known color: Baby Blue. HEX triplet: 5A, F3 and EC. RGB value is (90,243,236). Sum of RGB (Red+Green+Blue) = 90+243+236=569 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.82% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF3EC is #A50C13. Grayscale: #C4C4C4. Windows color (decimal): -10816532 or 15528794. OLE color: 15528794.
HSL color Cylindrical-coordinate representation of color #5AF3EC: hue angle of 177.25º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF3EC is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 236 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.05 |
| HSL | 177.25º | 0.86% | 0.65% | - |
| HSV(B) | 177.25º | 0.63% | 0.95% | - |
| XYZ | 51.41 | 72.33 | 90.61 | - |
| YUV | 196.46 | 150.31 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 236 | 0.63 | 0 | 0.03 | 0.05 | 177.25 | 0.86 | 0.65 |
| Hex | 5A | F3 | EC | 3F | 0 | 3 | 5 | B1 | 56 | 41 |
| Octal | 132 | 363 | 354 | 77 | 0 | 3 | 5 | 261 | 126 | 101 |
| Binary | 1011010 | 11110011 | 11101100 | 111111 | 0 | 11 | 101 | 10110001 | 1010110 | 1000001 |
Color Harmonies of #5AF3EC
Complementary color
Monochromatic Colors of #5AF3EC
Black with #5AF3EC
Text Example
Text Example
White with #5AF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF3EC; }
p { color: rgb(90,243,236); }
H1.HeaderClassName
{
color: #5AF3EC;
}
.AnyTagClassName
{
color: #5AF3EC;
}
</style>
background-color css
<style>
a { background-color: #5AF3EC; }
a { background-color: rgb(90,243,236); }
div.DivClassName
{
background-color: #5AF3EC;
}
.BgClassName
{
background-color: #5AF3EC;
}
</style>
border-color css
<style>
span { border-color: #5AF3EC; }
span { border-color: rgb(90,243,236); }
td.TdClassName
{
border-color: #5AF3EC;
}
.TagClassName
{
border-color: #5AF3EC;
}
</style>