Shades of Maya Blue #6EBCEF
Tints of Maya Blue #6EBCEF
RGB
CMYK
RGB Variations
Color information
#6EBCEF (or 0x6EBCEF) is known color: Maya Blue. HEX triplet: 6E, BC and EF. RGB value is (110,188,239). Sum of RGB (Red+Green+Blue) = 110+188+239=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EBCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBCEF is #914310. Grayscale: #AAAAAA. Windows color (decimal): -9519889 or 15711342. OLE color: 15711342.
HSL color Cylindrical-coordinate representation of color #6EBCEF: hue angle of 203.72º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EBCEF is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 188 | 239 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.06 |
| HSL | 203.72º | 0.8% | 0.68% | - |
| HSV(B) | 203.72º | 0.54% | 0.94% | - |
| XYZ | 39.99 | 45.51 | 88.34 | - |
| YUV | 170.49 | 166.66 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 239 | 0.54 | 0.21 | 0 | 0.06 | 203.72 | 0.8 | 0.68 |
| Hex | 6E | BC | EF | 36 | 15 | 0 | 6 | CC | 50 | 44 |
| Octal | 156 | 274 | 357 | 66 | 25 | 0 | 6 | 314 | 120 | 104 |
| Binary | 1101110 | 10111100 | 11101111 | 110110 | 10101 | 0 | 110 | 11001100 | 1010000 | 1000100 |
Color Harmonies of #6EBCEF
Complementary color
Monochromatic Colors of #6EBCEF
Black with #6EBCEF
Text Example
Text Example
White with #6EBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBCEF; }
p { color: rgb(110,188,239); }
H1.HeaderClassName
{
color: #6EBCEF;
}
.AnyTagClassName
{
color: #6EBCEF;
}
</style>
background-color css
<style>
a { background-color: #6EBCEF; }
a { background-color: rgb(110,188,239); }
div.DivClassName
{
background-color: #6EBCEF;
}
.BgClassName
{
background-color: #6EBCEF;
}
</style>
border-color css
<style>
span { border-color: #6EBCEF; }
span { border-color: rgb(110,188,239); }
td.TdClassName
{
border-color: #6EBCEF;
}
.TagClassName
{
border-color: #6EBCEF;
}
</style>