Shades of Baby Blue #5AEFFE
Tints of Baby Blue #5AEFFE
RGB
CMYK
RGB Variations
Color information
#5AEFFE (or 0x5AEFFE) is known color: Baby Blue. HEX triplet: 5A, EF and FE. RGB value is (90,239,254). Sum of RGB (Red+Green+Blue) = 90+239+254=583 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.44% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AEFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEFFE is #A51001. Grayscale: #C3C3C3. Windows color (decimal): -10817538 or 16707418. OLE color: 16707418.
HSL color Cylindrical-coordinate representation of color #5AEFFE: hue angle of 185.49º 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 #5AEFFE is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 239 | 254 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.00 |
| HSL | 185.49º | 0.99% | 0.67% | - |
| HSV(B) | 185.49º | 0.65% | 1% | - |
| XYZ | 52.97 | 71.06 | 104.69 | - |
| YUV | 196.16 | 160.64 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 239 | 254 | 0.65 | 0.06 | 0 | 0.00 | 185.49 | 0.99 | 0.67 |
| Hex | 5A | EF | FE | 41 | 6 | 0 | 0 | B9 | 63 | 43 |
| Octal | 132 | 357 | 376 | 101 | 6 | 0 | 0 | 271 | 143 | 103 |
| Binary | 1011010 | 11101111 | 11111110 | 1000001 | 110 | 0 | 0 | 10111001 | 1100011 | 1000011 |
Color Harmonies of #5AEFFE
Complementary color
Monochromatic Colors of #5AEFFE
Black with #5AEFFE
Text Example
Text Example
White with #5AEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEFFE; }
p { color: rgb(90,239,254); }
H1.HeaderClassName
{
color: #5AEFFE;
}
.AnyTagClassName
{
color: #5AEFFE;
}
</style>
background-color css
<style>
a { background-color: #5AEFFE; }
a { background-color: rgb(90,239,254); }
div.DivClassName
{
background-color: #5AEFFE;
}
.BgClassName
{
background-color: #5AEFFE;
}
</style>
border-color css
<style>
span { border-color: #5AEFFE; }
span { border-color: rgb(90,239,254); }
td.TdClassName
{
border-color: #5AEFFE;
}
.TagClassName
{
border-color: #5AEFFE;
}
</style>