Shades of Maya Blue #71CFFF
Tints of Maya Blue #71CFFF
RGB
CMYK
RGB Variations
Color information
#71CFFF (or 0x71CFFF) is known color: Maya Blue. HEX triplet: 71, CF and FF. RGB value is (113,207,255). Sum of RGB (Red+Green+Blue) = 113+207+255=575 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.65% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #71CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFFF is #8E3000. Grayscale: #B8B8B8. Windows color (decimal): -9318401 or 16764785. OLE color: 16764785.
HSL color Cylindrical-coordinate representation of color #71CFFF: hue angle of 200.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71CFFF is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 207 | 255 | - |
| CMYK | 0.56 | 0.19 | 0 | 0 |
| HSL | 200.28º | 1% | 0.72% | - |
| HSV(B) | 200.28º | 0.56% | 1% | - |
| XYZ | 47.17 | 55.36 | 102.81 | - |
| YUV | 184.37 | 167.86 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 255 | 0.56 | 0.19 | 0 | 0 | 200.28 | 1 | 0.72 |
| Hex | 71 | CF | FF | 38 | 13 | 0 | 0 | C8 | 64 | 48 |
| Octal | 161 | 317 | 377 | 70 | 23 | 0 | 0 | 310 | 144 | 110 |
| Binary | 1110001 | 11001111 | 11111111 | 111000 | 10011 | 0 | 0 | 11001000 | 1100100 | 1001000 |
Color Harmonies of #71CFFF
Complementary color
Monochromatic Colors of #71CFFF
Black with #71CFFF
Text Example
Text Example
White with #71CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CFFF; }
p { color: rgb(113,207,255); }
H1.HeaderClassName
{
color: #71CFFF;
}
.AnyTagClassName
{
color: #71CFFF;
}
</style>
background-color css
<style>
a { background-color: #71CFFF; }
a { background-color: rgb(113,207,255); }
div.DivClassName
{
background-color: #71CFFF;
}
.BgClassName
{
background-color: #71CFFF;
}
</style>
border-color css
<style>
span { border-color: #71CFFF; }
span { border-color: rgb(113,207,255); }
td.TdClassName
{
border-color: #71CFFF;
}
.TagClassName
{
border-color: #71CFFF;
}
</style>