Shades of Maya Blue #71BDEF
Tints of Maya Blue #71BDEF
RGB
CMYK
RGB Variations
Color information
#71BDEF (or 0x71BDEF) is known color: Maya Blue. HEX triplet: 71, BD and EF. RGB value is (113,189,239). Sum of RGB (Red+Green+Blue) = 113+189+239=541 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.89% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #71BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BDEF is #8E4210. Grayscale: #ABABAB. Windows color (decimal): -9323025 or 15711601. OLE color: 15711601.
HSL color Cylindrical-coordinate representation of color #71BDEF: hue angle of 203.81º degrees, saturation: 0.8, 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 #71BDEF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 189 | 239 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.06 |
| HSL | 203.81º | 0.8% | 0.69% | - |
| HSV(B) | 203.81º | 0.53% | 0.94% | - |
| XYZ | 40.59 | 46.14 | 88.43 | - |
| YUV | 171.98 | 165.82 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 239 | 0.53 | 0.21 | 0 | 0.06 | 203.81 | 0.8 | 0.69 |
| Hex | 71 | BD | EF | 35 | 15 | 0 | 6 | CC | 50 | 45 |
| Octal | 161 | 275 | 357 | 65 | 25 | 0 | 6 | 314 | 120 | 105 |
| Binary | 1110001 | 10111101 | 11101111 | 110101 | 10101 | 0 | 110 | 11001100 | 1010000 | 1000101 |
Color Harmonies of #71BDEF
Complementary color
Monochromatic Colors of #71BDEF
Black with #71BDEF
Text Example
Text Example
White with #71BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BDEF; }
p { color: rgb(113,189,239); }
H1.HeaderClassName
{
color: #71BDEF;
}
.AnyTagClassName
{
color: #71BDEF;
}
</style>
background-color css
<style>
a { background-color: #71BDEF; }
a { background-color: rgb(113,189,239); }
div.DivClassName
{
background-color: #71BDEF;
}
.BgClassName
{
background-color: #71BDEF;
}
</style>
border-color css
<style>
span { border-color: #71BDEF; }
span { border-color: rgb(113,189,239); }
td.TdClassName
{
border-color: #71BDEF;
}
.TagClassName
{
border-color: #71BDEF;
}
</style>