Shades of Maya Blue #71BDF0
Tints of Maya Blue #71BDF0
RGB
CMYK
RGB Variations
Color information
#71BDF0 (or 0x71BDF0) is known color: Maya Blue. HEX triplet: 71, BD and F0. RGB value is (113,189,240). Sum of RGB (Red+Green+Blue) = 113+189+240=542 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.85% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #71BDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BDF0 is #8E420F. Grayscale: #ABABAB. Windows color (decimal): -9323024 or 15777137. OLE color: 15777137.
HSL color Cylindrical-coordinate representation of color #71BDF0: hue angle of 204.09º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71BDF0 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 189 | 240 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.06 |
| HSL | 204.09º | 0.81% | 0.69% | - |
| HSV(B) | 204.09º | 0.53% | 0.94% | - |
| XYZ | 40.74 | 46.2 | 89.21 | - |
| YUV | 172.09 | 166.32 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 240 | 0.53 | 0.21 | 0 | 0.06 | 204.09 | 0.81 | 0.69 |
| Hex | 71 | BD | F0 | 35 | 15 | 0 | 6 | CC | 51 | 45 |
| Octal | 161 | 275 | 360 | 65 | 25 | 0 | 6 | 314 | 121 | 105 |
| Binary | 1110001 | 10111101 | 11110000 | 110101 | 10101 | 0 | 110 | 11001100 | 1010001 | 1000101 |
Color Harmonies of #71BDF0
Complementary color
Monochromatic Colors of #71BDF0
Black with #71BDF0
Text Example
Text Example
White with #71BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BDF0; }
p { color: rgb(113,189,240); }
H1.HeaderClassName
{
color: #71BDF0;
}
.AnyTagClassName
{
color: #71BDF0;
}
</style>
background-color css
<style>
a { background-color: #71BDF0; }
a { background-color: rgb(113,189,240); }
div.DivClassName
{
background-color: #71BDF0;
}
.BgClassName
{
background-color: #71BDF0;
}
</style>
border-color css
<style>
span { border-color: #71BDF0; }
span { border-color: rgb(113,189,240); }
td.TdClassName
{
border-color: #71BDF0;
}
.TagClassName
{
border-color: #71BDF0;
}
</style>