Shades of Maya Blue #5ABDFE
Tints of Maya Blue #5ABDFE
RGB
CMYK
RGB Variations
Color information
#5ABDFE (or 0x5ABDFE) is known color: Maya Blue. HEX triplet: 5A, BD and FE. RGB value is (90,189,254). Sum of RGB (Red+Green+Blue) = 90+189+254=533 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.89% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #5ABDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDFE is #A54201. Grayscale: #A6A6A6. Windows color (decimal): -10830338 or 16694618. OLE color: 16694618.
HSL color Cylindrical-coordinate representation of color #5ABDFE: hue angle of 203.78º 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 #5ABDFE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 189 | 254 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.00 |
| HSL | 203.78º | 0.99% | 0.67% | - |
| HSV(B) | 203.78º | 0.65% | 1% | - |
| XYZ | 40.3 | 45.72 | 100.47 | - |
| YUV | 166.81 | 177.2 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 254 | 0.65 | 0.26 | 0 | 0.00 | 203.78 | 0.99 | 0.67 |
| Hex | 5A | BD | FE | 41 | 1A | 0 | 0 | CC | 63 | 43 |
| Octal | 132 | 275 | 376 | 101 | 32 | 0 | 0 | 314 | 143 | 103 |
| Binary | 1011010 | 10111101 | 11111110 | 1000001 | 11010 | 0 | 0 | 11001100 | 1100011 | 1000011 |
Color Harmonies of #5ABDFE
Complementary color
Monochromatic Colors of #5ABDFE
Black with #5ABDFE
Text Example
Text Example
White with #5ABDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDFE; }
p { color: rgb(90,189,254); }
H1.HeaderClassName
{
color: #5ABDFE;
}
.AnyTagClassName
{
color: #5ABDFE;
}
</style>
background-color css
<style>
a { background-color: #5ABDFE; }
a { background-color: rgb(90,189,254); }
div.DivClassName
{
background-color: #5ABDFE;
}
.BgClassName
{
background-color: #5ABDFE;
}
</style>
border-color css
<style>
span { border-color: #5ABDFE; }
span { border-color: rgb(90,189,254); }
td.TdClassName
{
border-color: #5ABDFE;
}
.TagClassName
{
border-color: #5ABDFE;
}
</style>