Shades of Maya Blue #5ABDFB
Tints of Maya Blue #5ABDFB
RGB
CMYK
RGB Variations
Color information
#5ABDFB (or 0x5ABDFB) is known color: Maya Blue. HEX triplet: 5A, BD and FB. RGB value is (90,189,251). Sum of RGB (Red+Green+Blue) = 90+189+251=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #5ABDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDFB is #A54204. Grayscale: #A6A6A6. Windows color (decimal): -10830341 or 16498010. OLE color: 16498010.
HSL color Cylindrical-coordinate representation of color #5ABDFB: hue angle of 203.11º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ABDFB is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 189 | 251 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.02 |
| HSL | 203.11º | 0.95% | 0.67% | - |
| HSV(B) | 203.11º | 0.64% | 0.98% | - |
| XYZ | 39.83 | 45.53 | 97.96 | - |
| YUV | 166.47 | 175.7 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 251 | 0.64 | 0.25 | 0 | 0.02 | 203.11 | 0.95 | 0.67 |
| Hex | 5A | BD | FB | 40 | 19 | 0 | 2 | CB | 5F | 43 |
| Octal | 132 | 275 | 373 | 100 | 31 | 0 | 2 | 313 | 137 | 103 |
| Binary | 1011010 | 10111101 | 11111011 | 1000000 | 11001 | 0 | 10 | 11001011 | 1011111 | 1000011 |
Color Harmonies of #5ABDFB
Complementary color
Monochromatic Colors of #5ABDFB
Black with #5ABDFB
Text Example
Text Example
White with #5ABDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDFB; }
p { color: rgb(90,189,251); }
H1.HeaderClassName
{
color: #5ABDFB;
}
.AnyTagClassName
{
color: #5ABDFB;
}
</style>
background-color css
<style>
a { background-color: #5ABDFB; }
a { background-color: rgb(90,189,251); }
div.DivClassName
{
background-color: #5ABDFB;
}
.BgClassName
{
background-color: #5ABDFB;
}
</style>
border-color css
<style>
span { border-color: #5ABDFB; }
span { border-color: rgb(90,189,251); }
td.TdClassName
{
border-color: #5ABDFB;
}
.TagClassName
{
border-color: #5ABDFB;
}
</style>