Shades of Baby Blue #5AEEFD
Tints of Baby Blue #5AEEFD
RGB
CMYK
RGB Variations
Color information
#5AEEFD (or 0x5AEEFD) is known color: Baby Blue. HEX triplet: 5A, EE and FD. RGB value is (90,238,253). Sum of RGB (Red+Green+Blue) = 90+238+253=581 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.49% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AEEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEEFD is #A51102. Grayscale: #C3C3C3. Windows color (decimal): -10817795 or 16641626. OLE color: 16641626.
HSL color Cylindrical-coordinate representation of color #5AEEFD: hue angle of 185.52º 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 #5AEEFD is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 238 | 253 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.01 |
| HSL | 185.52º | 0.98% | 0.67% | - |
| HSV(B) | 185.52º | 0.64% | 0.99% | - |
| XYZ | 52.52 | 70.41 | 103.75 | - |
| YUV | 195.46 | 160.47 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 253 | 0.64 | 0.06 | 0 | 0.01 | 185.52 | 0.98 | 0.67 |
| Hex | 5A | EE | FD | 40 | 6 | 0 | 1 | BA | 62 | 43 |
| Octal | 132 | 356 | 375 | 100 | 6 | 0 | 1 | 272 | 142 | 103 |
| Binary | 1011010 | 11101110 | 11111101 | 1000000 | 110 | 0 | 1 | 10111010 | 1100010 | 1000011 |
Color Harmonies of #5AEEFD
Complementary color
Monochromatic Colors of #5AEEFD
Black with #5AEEFD
Text Example
Text Example
White with #5AEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEFD; }
p { color: rgb(90,238,253); }
H1.HeaderClassName
{
color: #5AEEFD;
}
.AnyTagClassName
{
color: #5AEEFD;
}
</style>
background-color css
<style>
a { background-color: #5AEEFD; }
a { background-color: rgb(90,238,253); }
div.DivClassName
{
background-color: #5AEEFD;
}
.BgClassName
{
background-color: #5AEEFD;
}
</style>
border-color css
<style>
span { border-color: #5AEEFD; }
span { border-color: rgb(90,238,253); }
td.TdClassName
{
border-color: #5AEEFD;
}
.TagClassName
{
border-color: #5AEEFD;
}
</style>