Shades of Maya Blue #5ABDFF
Tints of Maya Blue #5ABDFF
RGB
CMYK
RGB Variations
Color information
#5ABDFF (or 0x5ABDFF) is known color: Maya Blue. HEX triplet: 5A, BD and FF. RGB value is (90,189,255). Sum of RGB (Red+Green+Blue) = 90+189+255=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #5ABDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDFF is #A54200. Grayscale: #A6A6A6. Windows color (decimal): -10830337 or 16760154. OLE color: 16760154.
HSL color Cylindrical-coordinate representation of color #5ABDFF: hue angle of 204º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ABDFF is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 189 | 255 | - |
| CMYK | 0.65 | 0.26 | 0 | 0 |
| HSL | 204º | 1% | 0.68% | - |
| HSV(B) | 204º | 0.65% | 1% | - |
| XYZ | 40.46 | 45.79 | 101.31 | - |
| YUV | 166.92 | 177.7 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 255 | 0.65 | 0.26 | 0 | 0 | 204 | 1 | 0.68 |
| Hex | 5A | BD | FF | 41 | 1A | 0 | 0 | CC | 64 | 44 |
| Octal | 132 | 275 | 377 | 101 | 32 | 0 | 0 | 314 | 144 | 104 |
| Binary | 1011010 | 10111101 | 11111111 | 1000001 | 11010 | 0 | 0 | 11001100 | 1100100 | 1000100 |
Color Harmonies of #5ABDFF
Complementary color
Monochromatic Colors of #5ABDFF
Black with #5ABDFF
Text Example
Text Example
White with #5ABDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDFF; }
p { color: rgb(90,189,255); }
H1.HeaderClassName
{
color: #5ABDFF;
}
.AnyTagClassName
{
color: #5ABDFF;
}
</style>
background-color css
<style>
a { background-color: #5ABDFF; }
a { background-color: rgb(90,189,255); }
div.DivClassName
{
background-color: #5ABDFF;
}
.BgClassName
{
background-color: #5ABDFF;
}
</style>
border-color css
<style>
span { border-color: #5ABDFF; }
span { border-color: rgb(90,189,255); }
td.TdClassName
{
border-color: #5ABDFF;
}
.TagClassName
{
border-color: #5ABDFF;
}
</style>