Shades of Baby Blue #5AFAE2
Tints of Baby Blue #5AFAE2
RGB
CMYK
RGB Variations
Color information
#5AFAE2 (or 0x5AFAE2) is known color: Baby Blue. HEX triplet: 5A, FA and E2. RGB value is (90,250,226). Sum of RGB (Red+Green+Blue) = 90+250+226=566 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.90% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFAE2 is #A5051D. Grayscale: #C7C7C7. Windows color (decimal): -10814750 or 14875226. OLE color: 14875226.
HSL color Cylindrical-coordinate representation of color #5AFAE2: hue angle of 171º 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 #5AFAE2 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 226 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.02 |
| HSL | 171º | 0.94% | 0.67% | - |
| HSV(B) | 171º | 0.64% | 0.98% | - |
| XYZ | 52.13 | 76.04 | 83.88 | - |
| YUV | 199.42 | 142.99 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 226 | 0.64 | 0 | 0.10 | 0.02 | 171 | 0.94 | 0.67 |
| Hex | 5A | FA | E2 | 40 | 0 | A | 2 | AB | 5E | 43 |
| Octal | 132 | 372 | 342 | 100 | 0 | 12 | 2 | 253 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11100010 | 1000000 | 0 | 1010 | 10 | 10101011 | 1011110 | 1000011 |
Color Harmonies of #5AFAE2
Complementary color
Monochromatic Colors of #5AFAE2
Black with #5AFAE2
Text Example
Text Example
White with #5AFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFAE2; }
p { color: rgb(90,250,226); }
H1.HeaderClassName
{
color: #5AFAE2;
}
.AnyTagClassName
{
color: #5AFAE2;
}
</style>
background-color css
<style>
a { background-color: #5AFAE2; }
a { background-color: rgb(90,250,226); }
div.DivClassName
{
background-color: #5AFAE2;
}
.BgClassName
{
background-color: #5AFAE2;
}
</style>
border-color css
<style>
span { border-color: #5AFAE2; }
span { border-color: rgb(90,250,226); }
td.TdClassName
{
border-color: #5AFAE2;
}
.TagClassName
{
border-color: #5AFAE2;
}
</style>