Shades of Maya Blue #71C1FF
Tints of Maya Blue #71C1FF
RGB
CMYK
RGB Variations
Color information
#71C1FF (or 0x71C1FF) is known color: Maya Blue. HEX triplet: 71, C1 and FF. RGB value is (113,193,255). Sum of RGB (Red+Green+Blue) = 113+193+255=561 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.14% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #71C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C1FF is #8E3E00. Grayscale: #AFAFAF. Windows color (decimal): -9321985 or 16761201. OLE color: 16761201.
HSL color Cylindrical-coordinate representation of color #71C1FF: hue angle of 206.2º 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 #71C1FF is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 193 | 255 | - |
| CMYK | 0.56 | 0.24 | 0 | 0 |
| HSL | 206.2º | 1% | 0.72% | - |
| HSV(B) | 206.2º | 0.56% | 1% | - |
| XYZ | 43.93 | 48.87 | 101.73 | - |
| YUV | 176.15 | 172.5 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 193 | 255 | 0.56 | 0.24 | 0 | 0 | 206.2 | 1 | 0.72 |
| Hex | 71 | C1 | FF | 38 | 18 | 0 | 0 | CE | 64 | 48 |
| Octal | 161 | 301 | 377 | 70 | 30 | 0 | 0 | 316 | 144 | 110 |
| Binary | 1110001 | 11000001 | 11111111 | 111000 | 11000 | 0 | 0 | 11001110 | 1100100 | 1001000 |
Color Harmonies of #71C1FF
Complementary color
Monochromatic Colors of #71C1FF
Black with #71C1FF
Text Example
Text Example
White with #71C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C1FF; }
p { color: rgb(113,193,255); }
H1.HeaderClassName
{
color: #71C1FF;
}
.AnyTagClassName
{
color: #71C1FF;
}
</style>
background-color css
<style>
a { background-color: #71C1FF; }
a { background-color: rgb(113,193,255); }
div.DivClassName
{
background-color: #71C1FF;
}
.BgClassName
{
background-color: #71C1FF;
}
</style>
border-color css
<style>
span { border-color: #71C1FF; }
span { border-color: rgb(113,193,255); }
td.TdClassName
{
border-color: #71C1FF;
}
.TagClassName
{
border-color: #71C1FF;
}
</style>