Shades of Maya Blue #71BBF4
Tints of Maya Blue #71BBF4
RGB
CMYK
RGB Variations
Color information
#71BBF4 (or 0x71BBF4) is known color: Maya Blue. HEX triplet: 71, BB and F4. RGB value is (113,187,244). Sum of RGB (Red+Green+Blue) = 113+187+244=544 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.77% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #71BBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BBF4 is #8E440B. Grayscale: #ABABAB. Windows color (decimal): -9323532 or 16038769. OLE color: 16038769.
HSL color Cylindrical-coordinate representation of color #71BBF4: hue angle of 206.11º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71BBF4 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 187 | 244 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.04 |
| HSL | 206.11º | 0.86% | 0.7% | - |
| HSV(B) | 206.11º | 0.54% | 0.96% | - |
| XYZ | 40.91 | 45.58 | 92.23 | - |
| YUV | 171.37 | 168.98 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 244 | 0.54 | 0.23 | 0 | 0.04 | 206.11 | 0.86 | 0.7 |
| Hex | 71 | BB | F4 | 36 | 17 | 0 | 4 | CE | 56 | 46 |
| Octal | 161 | 273 | 364 | 66 | 27 | 0 | 4 | 316 | 126 | 106 |
| Binary | 1110001 | 10111011 | 11110100 | 110110 | 10111 | 0 | 100 | 11001110 | 1010110 | 1000110 |
Color Harmonies of #71BBF4
Complementary color
Monochromatic Colors of #71BBF4
Black with #71BBF4
Text Example
Text Example
White with #71BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BBF4; }
p { color: rgb(113,187,244); }
H1.HeaderClassName
{
color: #71BBF4;
}
.AnyTagClassName
{
color: #71BBF4;
}
</style>
background-color css
<style>
a { background-color: #71BBF4; }
a { background-color: rgb(113,187,244); }
div.DivClassName
{
background-color: #71BBF4;
}
.BgClassName
{
background-color: #71BBF4;
}
</style>
border-color css
<style>
span { border-color: #71BBF4; }
span { border-color: rgb(113,187,244); }
td.TdClassName
{
border-color: #71BBF4;
}
.TagClassName
{
border-color: #71BBF4;
}
</style>