Shades of Maya Blue #71CFFC
Tints of Maya Blue #71CFFC
RGB
CMYK
RGB Variations
Color information
#71CFFC (or 0x71CFFC) is known color: Maya Blue. HEX triplet: 71, CF and FC. RGB value is (113,207,252). Sum of RGB (Red+Green+Blue) = 113+207+252=572 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.76% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #71CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFFC is #8E3003. Grayscale: #B7B7B7. Windows color (decimal): -9318404 or 16568177. OLE color: 16568177.
HSL color Cylindrical-coordinate representation of color #71CFFC: hue angle of 199.42º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71CFFC is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 207 | 252 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.01 |
| HSL | 199.42º | 0.96% | 0.72% | - |
| HSV(B) | 199.42º | 0.55% | 0.99% | - |
| XYZ | 46.69 | 55.16 | 100.28 | - |
| YUV | 184.02 | 166.36 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 252 | 0.55 | 0.18 | 0 | 0.01 | 199.42 | 0.96 | 0.72 |
| Hex | 71 | CF | FC | 37 | 12 | 0 | 1 | C7 | 60 | 48 |
| Octal | 161 | 317 | 374 | 67 | 22 | 0 | 1 | 307 | 140 | 110 |
| Binary | 1110001 | 11001111 | 11111100 | 110111 | 10010 | 0 | 1 | 11000111 | 1100000 | 1001000 |
Color Harmonies of #71CFFC
Complementary color
Monochromatic Colors of #71CFFC
Black with #71CFFC
Text Example
Text Example
White with #71CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CFFC; }
p { color: rgb(113,207,252); }
H1.HeaderClassName
{
color: #71CFFC;
}
.AnyTagClassName
{
color: #71CFFC;
}
</style>
background-color css
<style>
a { background-color: #71CFFC; }
a { background-color: rgb(113,207,252); }
div.DivClassName
{
background-color: #71CFFC;
}
.BgClassName
{
background-color: #71CFFC;
}
</style>
border-color css
<style>
span { border-color: #71CFFC; }
span { border-color: rgb(113,207,252); }
td.TdClassName
{
border-color: #71CFFC;
}
.TagClassName
{
border-color: #71CFFC;
}
</style>