Shades of Baby Blue #5AEEFC
Tints of Baby Blue #5AEEFC
RGB
CMYK
RGB Variations
Color information
#5AEEFC (or 0x5AEEFC) is known color: Baby Blue. HEX triplet: 5A, EE and FC. RGB value is (90,238,252). Sum of RGB (Red+Green+Blue) = 90+238+252=580 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.52% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #5AEEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEEFC is #A51103. Grayscale: #C3C3C3. Windows color (decimal): -10817796 or 16576090. OLE color: 16576090.
HSL color Cylindrical-coordinate representation of color #5AEEFC: hue angle of 185.19º degrees, saturation: 0.96, 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 #5AEEFC is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 238 | 252 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.01 |
| HSL | 185.19º | 0.96% | 0.67% | - |
| HSV(B) | 185.19º | 0.64% | 0.99% | - |
| XYZ | 52.36 | 70.35 | 102.91 | - |
| YUV | 195.34 | 159.97 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 252 | 0.64 | 0.06 | 0 | 0.01 | 185.19 | 0.96 | 0.67 |
| Hex | 5A | EE | FC | 40 | 6 | 0 | 1 | B9 | 60 | 43 |
| Octal | 132 | 356 | 374 | 100 | 6 | 0 | 1 | 271 | 140 | 103 |
| Binary | 1011010 | 11101110 | 11111100 | 1000000 | 110 | 0 | 1 | 10111001 | 1100000 | 1000011 |
Color Harmonies of #5AEEFC
Complementary color
Monochromatic Colors of #5AEEFC
Black with #5AEEFC
Text Example
Text Example
White with #5AEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEFC; }
p { color: rgb(90,238,252); }
H1.HeaderClassName
{
color: #5AEEFC;
}
.AnyTagClassName
{
color: #5AEEFC;
}
</style>
background-color css
<style>
a { background-color: #5AEEFC; }
a { background-color: rgb(90,238,252); }
div.DivClassName
{
background-color: #5AEEFC;
}
.BgClassName
{
background-color: #5AEEFC;
}
</style>
border-color css
<style>
span { border-color: #5AEEFC; }
span { border-color: rgb(90,238,252); }
td.TdClassName
{
border-color: #5AEEFC;
}
.TagClassName
{
border-color: #5AEEFC;
}
</style>