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