Shades of Baby Blue #5AECFF
Tints of Baby Blue #5AECFF
RGB
CMYK
RGB Variations
Color information
#5AECFF (or 0x5AECFF) is known color: Baby Blue. HEX triplet: 5A, EC and FF. RGB value is (90,236,255). Sum of RGB (Red+Green+Blue) = 90+236+255=581 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.49% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AECFF is #A51300. Grayscale: #C2C2C2. Windows color (decimal): -10818305 or 16772186. OLE color: 16772186.
HSL color Cylindrical-coordinate representation of color #5AECFF: hue angle of 186.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AECFF is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 236 | 255 | - |
| CMYK | 0.65 | 0.07 | 0 | 0 |
| HSL | 186.91º | 1% | 0.68% | - |
| HSV(B) | 186.91º | 0.65% | 1% | - |
| XYZ | 52.26 | 69.38 | 105.25 | - |
| YUV | 194.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 236 | 255 | 0.65 | 0.07 | 0 | 0 | 186.91 | 1 | 0.68 |
| Hex | 5A | EC | FF | 41 | 7 | 0 | 0 | BB | 64 | 44 |
| Octal | 132 | 354 | 377 | 101 | 7 | 0 | 0 | 273 | 144 | 104 |
| Binary | 1011010 | 11101100 | 11111111 | 1000001 | 111 | 0 | 0 | 10111011 | 1100100 | 1000100 |
Color Harmonies of #5AECFF
Complementary color
Monochromatic Colors of #5AECFF
Black with #5AECFF
Text Example
Text Example
White with #5AECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AECFF; }
p { color: rgb(90,236,255); }
H1.HeaderClassName
{
color: #5AECFF;
}
.AnyTagClassName
{
color: #5AECFF;
}
</style>
background-color css
<style>
a { background-color: #5AECFF; }
a { background-color: rgb(90,236,255); }
div.DivClassName
{
background-color: #5AECFF;
}
.BgClassName
{
background-color: #5AECFF;
}
</style>
border-color css
<style>
span { border-color: #5AECFF; }
span { border-color: rgb(90,236,255); }
td.TdClassName
{
border-color: #5AECFF;
}
.TagClassName
{
border-color: #5AECFF;
}
</style>