Shades of Maya Blue #5AD2FE
Tints of Maya Blue #5AD2FE
RGB
CMYK
RGB Variations
Color information
#5AD2FE (or 0x5AD2FE) is known color: Maya Blue. HEX triplet: 5A, D2 and FE. RGB value is (90,210,254). Sum of RGB (Red+Green+Blue) = 90+210+254=554 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.25% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AD2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD2FE is #A52D01. Grayscale: #B2B2B2. Windows color (decimal): -10824962 or 16699994. OLE color: 16699994.
HSL color Cylindrical-coordinate representation of color #5AD2FE: hue angle of 196.1º 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 #5AD2FE is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 210 | 254 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.00 |
| HSL | 196.1º | 0.99% | 0.67% | - |
| HSV(B) | 196.1º | 0.65% | 1% | - |
| XYZ | 45.15 | 55.42 | 102.08 | - |
| YUV | 179.14 | 170.24 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 254 | 0.65 | 0.17 | 0 | 0.00 | 196.1 | 0.99 | 0.67 |
| Hex | 5A | D2 | FE | 41 | 11 | 0 | 0 | C4 | 63 | 43 |
| Octal | 132 | 322 | 376 | 101 | 21 | 0 | 0 | 304 | 143 | 103 |
| Binary | 1011010 | 11010010 | 11111110 | 1000001 | 10001 | 0 | 0 | 11000100 | 1100011 | 1000011 |
Color Harmonies of #5AD2FE
Complementary color
Monochromatic Colors of #5AD2FE
Black with #5AD2FE
Text Example
Text Example
White with #5AD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD2FE; }
p { color: rgb(90,210,254); }
H1.HeaderClassName
{
color: #5AD2FE;
}
.AnyTagClassName
{
color: #5AD2FE;
}
</style>
background-color css
<style>
a { background-color: #5AD2FE; }
a { background-color: rgb(90,210,254); }
div.DivClassName
{
background-color: #5AD2FE;
}
.BgClassName
{
background-color: #5AD2FE;
}
</style>
border-color css
<style>
span { border-color: #5AD2FE; }
span { border-color: rgb(90,210,254); }
td.TdClassName
{
border-color: #5AD2FE;
}
.TagClassName
{
border-color: #5AD2FE;
}
</style>