Shades of Maya Blue #6EC5FA
Tints of Maya Blue #6EC5FA
RGB
CMYK
RGB Variations
Color information
#6EC5FA (or 0x6EC5FA) is known color: Maya Blue. HEX triplet: 6E, C5 and FA. RGB value is (110,197,250). Sum of RGB (Red+Green+Blue) = 110+197+250=557 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.75% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EC5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC5FA is #913A05. Grayscale: #B0B0B0. Windows color (decimal): -9517574 or 16434542. OLE color: 16434542.
HSL color Cylindrical-coordinate representation of color #6EC5FA: hue angle of 202.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EC5FA is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 197 | 250 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.02 |
| HSL | 202.71º | 0.93% | 0.71% | - |
| HSV(B) | 202.71º | 0.56% | 0.98% | - |
| XYZ | 43.65 | 50.15 | 97.82 | - |
| YUV | 177.03 | 169.18 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 250 | 0.56 | 0.21 | 0 | 0.02 | 202.71 | 0.93 | 0.71 |
| Hex | 6E | C5 | FA | 38 | 15 | 0 | 2 | CB | 5D | 47 |
| Octal | 156 | 305 | 372 | 70 | 25 | 0 | 2 | 313 | 135 | 107 |
| Binary | 1101110 | 11000101 | 11111010 | 111000 | 10101 | 0 | 10 | 11001011 | 1011101 | 1000111 |
Color Harmonies of #6EC5FA
Complementary color
Monochromatic Colors of #6EC5FA
Black with #6EC5FA
Text Example
Text Example
White with #6EC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC5FA; }
p { color: rgb(110,197,250); }
H1.HeaderClassName
{
color: #6EC5FA;
}
.AnyTagClassName
{
color: #6EC5FA;
}
</style>
background-color css
<style>
a { background-color: #6EC5FA; }
a { background-color: rgb(110,197,250); }
div.DivClassName
{
background-color: #6EC5FA;
}
.BgClassName
{
background-color: #6EC5FA;
}
</style>
border-color css
<style>
span { border-color: #6EC5FA; }
span { border-color: rgb(110,197,250); }
td.TdClassName
{
border-color: #6EC5FA;
}
.TagClassName
{
border-color: #6EC5FA;
}
</style>