Shades of Maya Blue #5AD1FE
Tints of Maya Blue #5AD1FE
RGB
CMYK
RGB Variations
Color information
#5AD1FE (or 0x5AD1FE) is known color: Maya Blue. HEX triplet: 5A, D1 and FE. RGB value is (90,209,254). Sum of RGB (Red+Green+Blue) = 90+209+254=553 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.27% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AD1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD1FE is #A52E01. Grayscale: #B2B2B2. Windows color (decimal): -10825218 or 16699738. OLE color: 16699738.
HSL color Cylindrical-coordinate representation of color #5AD1FE: hue angle of 196.46º 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 #5AD1FE is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 209 | 254 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.00 |
| HSL | 196.46º | 0.99% | 0.67% | - |
| HSV(B) | 196.46º | 0.65% | 1% | - |
| XYZ | 44.91 | 54.93 | 102 | - |
| YUV | 178.55 | 170.58 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 209 | 254 | 0.65 | 0.18 | 0 | 0.00 | 196.46 | 0.99 | 0.67 |
| Hex | 5A | D1 | FE | 41 | 12 | 0 | 0 | C4 | 63 | 43 |
| Octal | 132 | 321 | 376 | 101 | 22 | 0 | 0 | 304 | 143 | 103 |
| Binary | 1011010 | 11010001 | 11111110 | 1000001 | 10010 | 0 | 0 | 11000100 | 1100011 | 1000011 |
Color Harmonies of #5AD1FE
Complementary color
Monochromatic Colors of #5AD1FE
Black with #5AD1FE
Text Example
Text Example
White with #5AD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD1FE; }
p { color: rgb(90,209,254); }
H1.HeaderClassName
{
color: #5AD1FE;
}
.AnyTagClassName
{
color: #5AD1FE;
}
</style>
background-color css
<style>
a { background-color: #5AD1FE; }
a { background-color: rgb(90,209,254); }
div.DivClassName
{
background-color: #5AD1FE;
}
.BgClassName
{
background-color: #5AD1FE;
}
</style>
border-color css
<style>
span { border-color: #5AD1FE; }
span { border-color: rgb(90,209,254); }
td.TdClassName
{
border-color: #5AD1FE;
}
.TagClassName
{
border-color: #5AD1FE;
}
</style>