Shades of Baby Blue #5AFFEB
Tints of Baby Blue #5AFFEB
RGB
CMYK
RGB Variations
Color information
#5AFFEB (or 0x5AFFEB) is known color: Baby Blue. HEX triplet: 5A, FF and EB. RGB value is (90,255,235). Sum of RGB (Red+Green+Blue) = 90+255+235=580 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.52% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFFEB is #A50014. Grayscale: #CBCBCB. Windows color (decimal): -10813461 or 15466330. OLE color: 15466330.
HSL color Cylindrical-coordinate representation of color #5AFFEB: hue angle of 172.73º 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 #5AFFEB is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 235 | - |
| CMYK | 0.65 | 0 | 0.08 | 0 |
| HSL | 172.73º | 1% | 0.68% | - |
| HSV(B) | 172.73º | 0.65% | 1% | - |
| XYZ | 54.97 | 79.69 | 91.08 | - |
| YUV | 203.39 | 145.84 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 235 | 0.65 | 0 | 0.08 | 0 | 172.73 | 1 | 0.68 |
| Hex | 5A | FF | EB | 41 | 0 | 8 | 0 | AD | 64 | 44 |
| Octal | 132 | 377 | 353 | 101 | 0 | 10 | 0 | 255 | 144 | 104 |
| Binary | 1011010 | 11111111 | 11101011 | 1000001 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000100 |
Color Harmonies of #5AFFEB
Complementary color
Monochromatic Colors of #5AFFEB
Black with #5AFFEB
Text Example
Text Example
White with #5AFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFFEB; }
p { color: rgb(90,255,235); }
H1.HeaderClassName
{
color: #5AFFEB;
}
.AnyTagClassName
{
color: #5AFFEB;
}
</style>
background-color css
<style>
a { background-color: #5AFFEB; }
a { background-color: rgb(90,255,235); }
div.DivClassName
{
background-color: #5AFFEB;
}
.BgClassName
{
background-color: #5AFFEB;
}
</style>
border-color css
<style>
span { border-color: #5AFFEB; }
span { border-color: rgb(90,255,235); }
td.TdClassName
{
border-color: #5AFFEB;
}
.TagClassName
{
border-color: #5AFFEB;
}
</style>