Shades of Maya Blue #71BFF3
Tints of Maya Blue #71BFF3
RGB
CMYK
RGB Variations
Color information
#71BFF3 (or 0x71BFF3) is known color: Maya Blue. HEX triplet: 71, BF and F3. RGB value is (113,191,243). Sum of RGB (Red+Green+Blue) = 113+191+243=547 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.66% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #71BFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BFF3 is #8E400C. Grayscale: #ADADAD. Windows color (decimal): -9322509 or 15974257. OLE color: 15974257.
HSL color Cylindrical-coordinate representation of color #71BFF3: hue angle of 204º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71BFF3 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 191 | 243 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.05 |
| HSL | 204º | 0.84% | 0.7% | - |
| HSV(B) | 204º | 0.53% | 0.95% | - |
| XYZ | 41.62 | 47.24 | 91.72 | - |
| YUV | 173.61 | 167.16 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 191 | 243 | 0.53 | 0.21 | 0 | 0.05 | 204 | 0.84 | 0.7 |
| Hex | 71 | BF | F3 | 35 | 15 | 0 | 5 | CC | 54 | 46 |
| Octal | 161 | 277 | 363 | 65 | 25 | 0 | 5 | 314 | 124 | 106 |
| Binary | 1110001 | 10111111 | 11110011 | 110101 | 10101 | 0 | 101 | 11001100 | 1010100 | 1000110 |
Color Harmonies of #71BFF3
Complementary color
Monochromatic Colors of #71BFF3
Black with #71BFF3
Text Example
Text Example
White with #71BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BFF3; }
p { color: rgb(113,191,243); }
H1.HeaderClassName
{
color: #71BFF3;
}
.AnyTagClassName
{
color: #71BFF3;
}
</style>
background-color css
<style>
a { background-color: #71BFF3; }
a { background-color: rgb(113,191,243); }
div.DivClassName
{
background-color: #71BFF3;
}
.BgClassName
{
background-color: #71BFF3;
}
</style>
border-color css
<style>
span { border-color: #71BFF3; }
span { border-color: rgb(113,191,243); }
td.TdClassName
{
border-color: #71BFF3;
}
.TagClassName
{
border-color: #71BFF3;
}
</style>