Shades of Maya Blue #71BEED
Tints of Maya Blue #71BEED
RGB
CMYK
RGB Variations
Color information
#71BEED (or 0x71BEED) is known color: Maya Blue. HEX triplet: 71, BE and ED. RGB value is (113,190,237). Sum of RGB (Red+Green+Blue) = 113+190+237=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #71BEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BEED is #8E4112. Grayscale: #ACACAC. Windows color (decimal): -9322771 or 15580785. OLE color: 15580785.
HSL color Cylindrical-coordinate representation of color #71BEED: hue angle of 202.74º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71BEED is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 190 | 237 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.07 |
| HSL | 202.74º | 0.78% | 0.69% | - |
| HSV(B) | 202.74º | 0.52% | 0.93% | - |
| XYZ | 40.51 | 46.45 | 86.95 | - |
| YUV | 172.34 | 164.49 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 190 | 237 | 0.52 | 0.20 | 0 | 0.07 | 202.74 | 0.78 | 0.69 |
| Hex | 71 | BE | ED | 34 | 14 | 0 | 7 | CB | 4E | 45 |
| Octal | 161 | 276 | 355 | 64 | 24 | 0 | 7 | 313 | 116 | 105 |
| Binary | 1110001 | 10111110 | 11101101 | 110100 | 10100 | 0 | 111 | 11001011 | 1001110 | 1000101 |
Color Harmonies of #71BEED
Complementary color
Monochromatic Colors of #71BEED
Black with #71BEED
Text Example
Text Example
White with #71BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BEED; }
p { color: rgb(113,190,237); }
H1.HeaderClassName
{
color: #71BEED;
}
.AnyTagClassName
{
color: #71BEED;
}
</style>
background-color css
<style>
a { background-color: #71BEED; }
a { background-color: rgb(113,190,237); }
div.DivClassName
{
background-color: #71BEED;
}
.BgClassName
{
background-color: #71BEED;
}
</style>
border-color css
<style>
span { border-color: #71BEED; }
span { border-color: rgb(113,190,237); }
td.TdClassName
{
border-color: #71BEED;
}
.TagClassName
{
border-color: #71BEED;
}
</style>