Shades of Baby Blue #5AFDEB
Tints of Baby Blue #5AFDEB
RGB
CMYK
RGB Variations
Color information
#5AFDEB (or 0x5AFDEB) is known color: Baby Blue. HEX triplet: 5A, FD and EB. RGB value is (90,253,235). Sum of RGB (Red+Green+Blue) = 90+253+235=578 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.57% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFDEB is #A50214. Grayscale: #CACACA. Windows color (decimal): -10813973 or 15465818. OLE color: 15465818.
HSL color Cylindrical-coordinate representation of color #5AFDEB: hue angle of 173.37º 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 #5AFDEB is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 235 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.01 |
| HSL | 173.37º | 0.98% | 0.67% | - |
| HSV(B) | 173.37º | 0.64% | 0.99% | - |
| XYZ | 54.34 | 78.42 | 90.87 | - |
| YUV | 202.21 | 146.5 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 235 | 0.64 | 0 | 0.07 | 0.01 | 173.37 | 0.98 | 0.67 |
| Hex | 5A | FD | EB | 40 | 0 | 7 | 1 | AD | 62 | 43 |
| Octal | 132 | 375 | 353 | 100 | 0 | 7 | 1 | 255 | 142 | 103 |
| Binary | 1011010 | 11111101 | 11101011 | 1000000 | 0 | 111 | 1 | 10101101 | 1100010 | 1000011 |
Color Harmonies of #5AFDEB
Complementary color
Monochromatic Colors of #5AFDEB
Black with #5AFDEB
Text Example
Text Example
White with #5AFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDEB; }
p { color: rgb(90,253,235); }
H1.HeaderClassName
{
color: #5AFDEB;
}
.AnyTagClassName
{
color: #5AFDEB;
}
</style>
background-color css
<style>
a { background-color: #5AFDEB; }
a { background-color: rgb(90,253,235); }
div.DivClassName
{
background-color: #5AFDEB;
}
.BgClassName
{
background-color: #5AFDEB;
}
</style>
border-color css
<style>
span { border-color: #5AFDEB; }
span { border-color: rgb(90,253,235); }
td.TdClassName
{
border-color: #5AFDEB;
}
.TagClassName
{
border-color: #5AFDEB;
}
</style>