Shades of Maya Blue #71CEFF
Tints of Maya Blue #71CEFF
RGB
CMYK
RGB Variations
Color information
#71CEFF (or 0x71CEFF) is known color: Maya Blue. HEX triplet: 71, CE and FF. RGB value is (113,206,255). Sum of RGB (Red+Green+Blue) = 113+206+255=574 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.69% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #71CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CEFF is #8E3100. Grayscale: #B7B7B7. Windows color (decimal): -9318657 or 16764529. OLE color: 16764529.
HSL color Cylindrical-coordinate representation of color #71CEFF: hue angle of 200.7º 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 #71CEFF is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 206 | 255 | - |
| CMYK | 0.56 | 0.19 | 0 | 0 |
| HSL | 200.7º | 1% | 0.72% | - |
| HSV(B) | 200.7º | 0.56% | 1% | - |
| XYZ | 46.93 | 54.87 | 102.73 | - |
| YUV | 183.78 | 168.19 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 255 | 0.56 | 0.19 | 0 | 0 | 200.7 | 1 | 0.72 |
| Hex | 71 | CE | FF | 38 | 13 | 0 | 0 | C9 | 64 | 48 |
| Octal | 161 | 316 | 377 | 70 | 23 | 0 | 0 | 311 | 144 | 110 |
| Binary | 1110001 | 11001110 | 11111111 | 111000 | 10011 | 0 | 0 | 11001001 | 1100100 | 1001000 |
Color Harmonies of #71CEFF
Complementary color
Monochromatic Colors of #71CEFF
Black with #71CEFF
Text Example
Text Example
White with #71CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CEFF; }
p { color: rgb(113,206,255); }
H1.HeaderClassName
{
color: #71CEFF;
}
.AnyTagClassName
{
color: #71CEFF;
}
</style>
background-color css
<style>
a { background-color: #71CEFF; }
a { background-color: rgb(113,206,255); }
div.DivClassName
{
background-color: #71CEFF;
}
.BgClassName
{
background-color: #71CEFF;
}
</style>
border-color css
<style>
span { border-color: #71CEFF; }
span { border-color: rgb(113,206,255); }
td.TdClassName
{
border-color: #71CEFF;
}
.TagClassName
{
border-color: #71CEFF;
}
</style>