Shades of Baby Blue #5AFAE1
Tints of Baby Blue #5AFAE1
RGB
CMYK
RGB Variations
Color information
#5AFAE1 (or 0x5AFAE1) is known color: Baby Blue. HEX triplet: 5A, FA and E1. RGB value is (90,250,225). Sum of RGB (Red+Green+Blue) = 90+250+225=565 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.93% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFAE1 is #A5051E. Grayscale: #C7C7C7. Windows color (decimal): -10814751 or 14809690. OLE color: 14809690.
HSL color Cylindrical-coordinate representation of color #5AFAE1: hue angle of 170.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 #5AFAE1 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 225 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.02 |
| HSL | 170.63º | 0.94% | 0.67% | - |
| HSV(B) | 170.63º | 0.64% | 0.98% | - |
| XYZ | 51.99 | 75.98 | 83.16 | - |
| YUV | 199.31 | 142.49 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 225 | 0.64 | 0 | 0.10 | 0.02 | 170.63 | 0.94 | 0.67 |
| Hex | 5A | FA | E1 | 40 | 0 | A | 2 | AB | 5E | 43 |
| Octal | 132 | 372 | 341 | 100 | 0 | 12 | 2 | 253 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11100001 | 1000000 | 0 | 1010 | 10 | 10101011 | 1011110 | 1000011 |
Color Harmonies of #5AFAE1
Complementary color
Monochromatic Colors of #5AFAE1
Black with #5AFAE1
Text Example
Text Example
White with #5AFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFAE1; }
p { color: rgb(90,250,225); }
H1.HeaderClassName
{
color: #5AFAE1;
}
.AnyTagClassName
{
color: #5AFAE1;
}
</style>
background-color css
<style>
a { background-color: #5AFAE1; }
a { background-color: rgb(90,250,225); }
div.DivClassName
{
background-color: #5AFAE1;
}
.BgClassName
{
background-color: #5AFAE1;
}
</style>
border-color css
<style>
span { border-color: #5AFAE1; }
span { border-color: rgb(90,250,225); }
td.TdClassName
{
border-color: #5AFAE1;
}
.TagClassName
{
border-color: #5AFAE1;
}
</style>