Shades of Maya Blue #5AB7FD
Tints of Maya Blue #5AB7FD
RGB
CMYK
RGB Variations
Color information
#5AB7FD (or 0x5AB7FD) is known color: Maya Blue. HEX triplet: 5A, B7 and FD. RGB value is (90,183,253). Sum of RGB (Red+Green+Blue) = 90+183+253=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AB7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB7FD is #A54802. Grayscale: #A2A2A2. Windows color (decimal): -10831875 or 16627546. OLE color: 16627546.
HSL color Cylindrical-coordinate representation of color #5AB7FD: hue angle of 205.77º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB7FD is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 183 | 253 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.01 |
| HSL | 205.77º | 0.98% | 0.67% | - |
| HSV(B) | 205.77º | 0.64% | 0.99% | - |
| XYZ | 38.88 | 43.13 | 99.2 | - |
| YUV | 163.17 | 178.69 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 253 | 0.64 | 0.28 | 0 | 0.01 | 205.77 | 0.98 | 0.67 |
| Hex | 5A | B7 | FD | 40 | 1C | 0 | 1 | CE | 62 | 43 |
| Octal | 132 | 267 | 375 | 100 | 34 | 0 | 1 | 316 | 142 | 103 |
| Binary | 1011010 | 10110111 | 11111101 | 1000000 | 11100 | 0 | 1 | 11001110 | 1100010 | 1000011 |
Color Harmonies of #5AB7FD
Complementary color
Monochromatic Colors of #5AB7FD
Black with #5AB7FD
Text Example
Text Example
White with #5AB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB7FD; }
p { color: rgb(90,183,253); }
H1.HeaderClassName
{
color: #5AB7FD;
}
.AnyTagClassName
{
color: #5AB7FD;
}
</style>
background-color css
<style>
a { background-color: #5AB7FD; }
a { background-color: rgb(90,183,253); }
div.DivClassName
{
background-color: #5AB7FD;
}
.BgClassName
{
background-color: #5AB7FD;
}
</style>
border-color css
<style>
span { border-color: #5AB7FD; }
span { border-color: rgb(90,183,253); }
td.TdClassName
{
border-color: #5AB7FD;
}
.TagClassName
{
border-color: #5AB7FD;
}
</style>