Shades of Maya Blue #71ABFD
Tints of Maya Blue #71ABFD
RGB
CMYK
RGB Variations
Color information
#71ABFD (or 0x71ABFD) is known color: Maya Blue. HEX triplet: 71, AB and FD. RGB value is (113,171,253). Sum of RGB (Red+Green+Blue) = 113+171+253=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #71ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71ABFD is #8E5402. Grayscale: #A2A2A2. Windows color (decimal): -9327619 or 16624497. OLE color: 16624497.
HSL color Cylindrical-coordinate representation of color #71ABFD: hue angle of 215.14º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71ABFD is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 171 | 253 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.01 |
| HSL | 215.14º | 0.97% | 0.72% | - |
| HSV(B) | 215.14º | 0.55% | 0.99% | - |
| XYZ | 39.1 | 39.73 | 98.54 | - |
| YUV | 163.01 | 178.78 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 253 | 0.55 | 0.32 | 0 | 0.01 | 215.14 | 0.97 | 0.72 |
| Hex | 71 | AB | FD | 37 | 20 | 0 | 1 | D7 | 61 | 48 |
| Octal | 161 | 253 | 375 | 67 | 40 | 0 | 1 | 327 | 141 | 110 |
| Binary | 1110001 | 10101011 | 11111101 | 110111 | 100000 | 0 | 1 | 11010111 | 1100001 | 1001000 |
Color Harmonies of #71ABFD
Complementary color
Monochromatic Colors of #71ABFD
Black with #71ABFD
Text Example
Text Example
White with #71ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ABFD; }
p { color: rgb(113,171,253); }
H1.HeaderClassName
{
color: #71ABFD;
}
.AnyTagClassName
{
color: #71ABFD;
}
</style>
background-color css
<style>
a { background-color: #71ABFD; }
a { background-color: rgb(113,171,253); }
div.DivClassName
{
background-color: #71ABFD;
}
.BgClassName
{
background-color: #71ABFD;
}
</style>
border-color css
<style>
span { border-color: #71ABFD; }
span { border-color: rgb(113,171,253); }
td.TdClassName
{
border-color: #71ABFD;
}
.TagClassName
{
border-color: #71ABFD;
}
</style>