Shades of Baby Blue #5AFDE4
Tints of Baby Blue #5AFDE4
RGB
CMYK
RGB Variations
Color information
#5AFDE4 (or 0x5AFDE4) is known color: Baby Blue. HEX triplet: 5A, FD and E4. RGB value is (90,253,228). Sum of RGB (Red+Green+Blue) = 90+253+228=571 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.76% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFDE4 is #A5021B. Grayscale: #C9C9C9. Windows color (decimal): -10813980 or 15007066. OLE color: 15007066.
HSL color Cylindrical-coordinate representation of color #5AFDE4: hue angle of 170.8º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFDE4 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 228 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.01 |
| HSL | 170.8º | 0.98% | 0.67% | - |
| HSV(B) | 170.8º | 0.64% | 0.99% | - |
| XYZ | 53.35 | 78.03 | 85.65 | - |
| YUV | 201.41 | 143 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 228 | 0.64 | 0 | 0.10 | 0.01 | 170.8 | 0.98 | 0.67 |
| Hex | 5A | FD | E4 | 40 | 0 | A | 1 | AB | 62 | 43 |
| Octal | 132 | 375 | 344 | 100 | 0 | 12 | 1 | 253 | 142 | 103 |
| Binary | 1011010 | 11111101 | 11100100 | 1000000 | 0 | 1010 | 1 | 10101011 | 1100010 | 1000011 |
Color Harmonies of #5AFDE4
Complementary color
Monochromatic Colors of #5AFDE4
Black with #5AFDE4
Text Example
Text Example
White with #5AFDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDE4; }
p { color: rgb(90,253,228); }
H1.HeaderClassName
{
color: #5AFDE4;
}
.AnyTagClassName
{
color: #5AFDE4;
}
</style>
background-color css
<style>
a { background-color: #5AFDE4; }
a { background-color: rgb(90,253,228); }
div.DivClassName
{
background-color: #5AFDE4;
}
.BgClassName
{
background-color: #5AFDE4;
}
</style>
border-color css
<style>
span { border-color: #5AFDE4; }
span { border-color: rgb(90,253,228); }
td.TdClassName
{
border-color: #5AFDE4;
}
.TagClassName
{
border-color: #5AFDE4;
}
</style>