Shades of Maya Blue #71CCFF
Tints of Maya Blue #71CCFF
RGB
CMYK
RGB Variations
Color information
#71CCFF (or 0x71CCFF) is known color: Maya Blue. HEX triplet: 71, CC and FF. RGB value is (113,204,255). Sum of RGB (Red+Green+Blue) = 113+204+255=572 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.76% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #71CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CCFF is #8E3300. Grayscale: #B6B6B6. Windows color (decimal): -9319169 or 16764017. OLE color: 16764017.
HSL color Cylindrical-coordinate representation of color #71CCFF: hue angle of 201.55º 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 #71CCFF is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 204 | 255 | - |
| CMYK | 0.56 | 0.2 | 0 | 0 |
| HSL | 201.55º | 1% | 0.72% | - |
| HSV(B) | 201.55º | 0.56% | 1% | - |
| XYZ | 46.45 | 53.92 | 102.57 | - |
| YUV | 182.61 | 168.85 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 255 | 0.56 | 0.2 | 0 | 0 | 201.55 | 1 | 0.72 |
| Hex | 71 | CC | FF | 38 | 14 | 0 | 0 | CA | 64 | 48 |
| Octal | 161 | 314 | 377 | 70 | 24 | 0 | 0 | 312 | 144 | 110 |
| Binary | 1110001 | 11001100 | 11111111 | 111000 | 10100 | 0 | 0 | 11001010 | 1100100 | 1001000 |
Color Harmonies of #71CCFF
Complementary color
Monochromatic Colors of #71CCFF
Black with #71CCFF
Text Example
Text Example
White with #71CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CCFF; }
p { color: rgb(113,204,255); }
H1.HeaderClassName
{
color: #71CCFF;
}
.AnyTagClassName
{
color: #71CCFF;
}
</style>
background-color css
<style>
a { background-color: #71CCFF; }
a { background-color: rgb(113,204,255); }
div.DivClassName
{
background-color: #71CCFF;
}
.BgClassName
{
background-color: #71CCFF;
}
</style>
border-color css
<style>
span { border-color: #71CCFF; }
span { border-color: rgb(113,204,255); }
td.TdClassName
{
border-color: #71CCFF;
}
.TagClassName
{
border-color: #71CCFF;
}
</style>