Shades of Maya Blue #71BBF0
Tints of Maya Blue #71BBF0
RGB
CMYK
RGB Variations
Color information
#71BBF0 (or 0x71BBF0) is known color: Maya Blue. HEX triplet: 71, BB and F0. RGB value is (113,187,240). Sum of RGB (Red+Green+Blue) = 113+187+240=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #71BBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BBF0 is #8E440F. Grayscale: #AAAAAA. Windows color (decimal): -9323536 or 15776625. OLE color: 15776625.
HSL color Cylindrical-coordinate representation of color #71BBF0: hue angle of 205.04º 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 #71BBF0 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 187 | 240 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.06 |
| HSL | 205.04º | 0.81% | 0.69% | - |
| HSV(B) | 205.04º | 0.53% | 0.94% | - |
| XYZ | 40.31 | 45.34 | 89.07 | - |
| YUV | 170.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 240 | 0.53 | 0.22 | 0 | 0.06 | 205.04 | 0.81 | 0.69 |
| Hex | 71 | BB | F0 | 35 | 16 | 0 | 6 | CD | 51 | 45 |
| Octal | 161 | 273 | 360 | 65 | 26 | 0 | 6 | 315 | 121 | 105 |
| Binary | 1110001 | 10111011 | 11110000 | 110101 | 10110 | 0 | 110 | 11001101 | 1010001 | 1000101 |
Color Harmonies of #71BBF0
Complementary color
Monochromatic Colors of #71BBF0
Black with #71BBF0
Text Example
Text Example
White with #71BBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BBF0; }
p { color: rgb(113,187,240); }
H1.HeaderClassName
{
color: #71BBF0;
}
.AnyTagClassName
{
color: #71BBF0;
}
</style>
background-color css
<style>
a { background-color: #71BBF0; }
a { background-color: rgb(113,187,240); }
div.DivClassName
{
background-color: #71BBF0;
}
.BgClassName
{
background-color: #71BBF0;
}
</style>
border-color css
<style>
span { border-color: #71BBF0; }
span { border-color: rgb(113,187,240); }
td.TdClassName
{
border-color: #71BBF0;
}
.TagClassName
{
border-color: #71BBF0;
}
</style>