Shades of Baby Blue #5AEAFE
Tints of Baby Blue #5AEAFE
RGB
CMYK
RGB Variations
Color information
#5AEAFE (or 0x5AEAFE) is known color: Baby Blue. HEX triplet: 5A, EA and FE. RGB value is (90,234,254). Sum of RGB (Red+Green+Blue) = 90+234+254=578 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.57% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEAFE is #A51501. Grayscale: #C1C1C1. Windows color (decimal): -10818818 or 16706138. OLE color: 16706138.
HSL color Cylindrical-coordinate representation of color #5AEAFE: hue angle of 187.32º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AEAFE is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 234 | 254 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.00 |
| HSL | 187.32º | 0.99% | 0.67% | - |
| HSV(B) | 187.32º | 0.65% | 1% | - |
| XYZ | 51.53 | 68.18 | 104.21 | - |
| YUV | 193.22 | 162.29 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 234 | 254 | 0.65 | 0.08 | 0 | 0.00 | 187.32 | 0.99 | 0.67 |
| Hex | 5A | EA | FE | 41 | 8 | 0 | 0 | BB | 63 | 43 |
| Octal | 132 | 352 | 376 | 101 | 10 | 0 | 0 | 273 | 143 | 103 |
| Binary | 1011010 | 11101010 | 11111110 | 1000001 | 1000 | 0 | 0 | 10111011 | 1100011 | 1000011 |
Color Harmonies of #5AEAFE
Complementary color
Monochromatic Colors of #5AEAFE
Black with #5AEAFE
Text Example
Text Example
White with #5AEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEAFE; }
p { color: rgb(90,234,254); }
H1.HeaderClassName
{
color: #5AEAFE;
}
.AnyTagClassName
{
color: #5AEAFE;
}
</style>
background-color css
<style>
a { background-color: #5AEAFE; }
a { background-color: rgb(90,234,254); }
div.DivClassName
{
background-color: #5AEAFE;
}
.BgClassName
{
background-color: #5AEAFE;
}
</style>
border-color css
<style>
span { border-color: #5AEAFE; }
span { border-color: rgb(90,234,254); }
td.TdClassName
{
border-color: #5AEAFE;
}
.TagClassName
{
border-color: #5AEAFE;
}
</style>