Shades of Maya Blue #6EBBEF
Tints of Maya Blue #6EBBEF
RGB
CMYK
RGB Variations
Color information
#6EBBEF (or 0x6EBBEF) is known color: Maya Blue. HEX triplet: 6E, BB and EF. RGB value is (110,187,239). Sum of RGB (Red+Green+Blue) = 110+187+239=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EBBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBBEF is #914410. Grayscale: #A9A9A9. Windows color (decimal): -9520145 or 15711086. OLE color: 15711086.
HSL color Cylindrical-coordinate representation of color #6EBBEF: hue angle of 204.19º 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 #6EBBEF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 187 | 239 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.06 |
| HSL | 204.19º | 0.8% | 0.68% | - |
| HSV(B) | 204.19º | 0.54% | 0.94% | - |
| XYZ | 39.78 | 45.09 | 88.27 | - |
| YUV | 169.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 187 | 239 | 0.54 | 0.22 | 0 | 0.06 | 204.19 | 0.8 | 0.68 |
| Hex | 6E | BB | EF | 36 | 16 | 0 | 6 | CC | 50 | 44 |
| Octal | 156 | 273 | 357 | 66 | 26 | 0 | 6 | 314 | 120 | 104 |
| Binary | 1101110 | 10111011 | 11101111 | 110110 | 10110 | 0 | 110 | 11001100 | 1010000 | 1000100 |
Color Harmonies of #6EBBEF
Complementary color
Monochromatic Colors of #6EBBEF
Black with #6EBBEF
Text Example
Text Example
White with #6EBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBBEF; }
p { color: rgb(110,187,239); }
H1.HeaderClassName
{
color: #6EBBEF;
}
.AnyTagClassName
{
color: #6EBBEF;
}
</style>
background-color css
<style>
a { background-color: #6EBBEF; }
a { background-color: rgb(110,187,239); }
div.DivClassName
{
background-color: #6EBBEF;
}
.BgClassName
{
background-color: #6EBBEF;
}
</style>
border-color css
<style>
span { border-color: #6EBBEF; }
span { border-color: rgb(110,187,239); }
td.TdClassName
{
border-color: #6EBBEF;
}
.TagClassName
{
border-color: #6EBBEF;
}
</style>