Shades of Baby Blue #5AFAE9
Tints of Baby Blue #5AFAE9
RGB
CMYK
RGB Variations
Color information
#5AFAE9 (or 0x5AFAE9) is known color: Baby Blue. HEX triplet: 5A, FA and E9. RGB value is (90,250,233). Sum of RGB (Red+Green+Blue) = 90+250+233=573 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.71% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFAE9 is #A50516. Grayscale: #C8C8C8. Windows color (decimal): -10814743 or 15333978. OLE color: 15333978.
HSL color Cylindrical-coordinate representation of color #5AFAE9: hue angle of 173.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFAE9 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 233 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.02 |
| HSL | 173.63º | 0.94% | 0.67% | - |
| HSV(B) | 173.63º | 0.64% | 0.98% | - |
| XYZ | 53.11 | 76.43 | 89.04 | - |
| YUV | 200.22 | 146.49 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 233 | 0.64 | 0 | 0.07 | 0.02 | 173.63 | 0.94 | 0.67 |
| Hex | 5A | FA | E9 | 40 | 0 | 7 | 2 | AE | 5E | 43 |
| Octal | 132 | 372 | 351 | 100 | 0 | 7 | 2 | 256 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11101001 | 1000000 | 0 | 111 | 10 | 10101110 | 1011110 | 1000011 |
Color Harmonies of #5AFAE9
Complementary color
Monochromatic Colors of #5AFAE9
Black with #5AFAE9
Text Example
Text Example
White with #5AFAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFAE9; }
p { color: rgb(90,250,233); }
H1.HeaderClassName
{
color: #5AFAE9;
}
.AnyTagClassName
{
color: #5AFAE9;
}
</style>
background-color css
<style>
a { background-color: #5AFAE9; }
a { background-color: rgb(90,250,233); }
div.DivClassName
{
background-color: #5AFAE9;
}
.BgClassName
{
background-color: #5AFAE9;
}
</style>
border-color css
<style>
span { border-color: #5AFAE9; }
span { border-color: rgb(90,250,233); }
td.TdClassName
{
border-color: #5AFAE9;
}
.TagClassName
{
border-color: #5AFAE9;
}
</style>