Shades of Baby Blue #5AFAED
Tints of Baby Blue #5AFAED
RGB
CMYK
RGB Variations
Color information
#5AFAED (or 0x5AFAED) is known color: Baby Blue. HEX triplet: 5A, FA and ED. RGB value is (90,250,237). Sum of RGB (Red+Green+Blue) = 90+250+237=577 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.60% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFAED is #A50512. Grayscale: #C8C8C8. Windows color (decimal): -10814739 or 15596122. OLE color: 15596122.
HSL color Cylindrical-coordinate representation of color #5AFAED: hue angle of 175.12º 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 #5AFAED is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 237 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.02 |
| HSL | 175.13º | 0.94% | 0.67% | - |
| HSV(B) | 175.13º | 0.64% | 0.98% | - |
| XYZ | 53.69 | 76.66 | 92.09 | - |
| YUV | 200.68 | 148.49 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 237 | 0.64 | 0 | 0.05 | 0.02 | 175.13 | 0.94 | 0.67 |
| Hex | 5A | FA | ED | 40 | 0 | 5 | 2 | AF | 5E | 43 |
| Octal | 132 | 372 | 355 | 100 | 0 | 5 | 2 | 257 | 136 | 103 |
| Binary | 1011010 | 11111010 | 11101101 | 1000000 | 0 | 101 | 10 | 10101111 | 1011110 | 1000011 |
Color Harmonies of #5AFAED
Complementary color
Monochromatic Colors of #5AFAED
Black with #5AFAED
Text Example
Text Example
White with #5AFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFAED; }
p { color: rgb(90,250,237); }
H1.HeaderClassName
{
color: #5AFAED;
}
.AnyTagClassName
{
color: #5AFAED;
}
</style>
background-color css
<style>
a { background-color: #5AFAED; }
a { background-color: rgb(90,250,237); }
div.DivClassName
{
background-color: #5AFAED;
}
.BgClassName
{
background-color: #5AFAED;
}
</style>
border-color css
<style>
span { border-color: #5AFAED; }
span { border-color: rgb(90,250,237); }
td.TdClassName
{
border-color: #5AFAED;
}
.TagClassName
{
border-color: #5AFAED;
}
</style>