Shades of Maya Blue #6EBDEF
Tints of Maya Blue #6EBDEF
RGB
CMYK
RGB Variations
Color information
#6EBDEF (or 0x6EBDEF) is known color: Maya Blue. HEX triplet: 6E, BD and EF. RGB value is (110,189,239). Sum of RGB (Red+Green+Blue) = 110+189+239=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EBDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBDEF is #914210. Grayscale: #AAAAAA. Windows color (decimal): -9519633 or 15711598. OLE color: 15711598.
HSL color Cylindrical-coordinate representation of color #6EBDEF: hue angle of 203.26º 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 #6EBDEF is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 189 | 239 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.06 |
| HSL | 203.26º | 0.8% | 0.68% | - |
| HSV(B) | 203.26º | 0.54% | 0.94% | - |
| XYZ | 40.21 | 45.94 | 88.41 | - |
| YUV | 171.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 239 | 0.54 | 0.21 | 0 | 0.06 | 203.26 | 0.8 | 0.68 |
| Hex | 6E | BD | EF | 36 | 15 | 0 | 6 | CB | 50 | 44 |
| Octal | 156 | 275 | 357 | 66 | 25 | 0 | 6 | 313 | 120 | 104 |
| Binary | 1101110 | 10111101 | 11101111 | 110110 | 10101 | 0 | 110 | 11001011 | 1010000 | 1000100 |
Color Harmonies of #6EBDEF
Complementary color
Monochromatic Colors of #6EBDEF
Black with #6EBDEF
Text Example
Text Example
White with #6EBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBDEF; }
p { color: rgb(110,189,239); }
H1.HeaderClassName
{
color: #6EBDEF;
}
.AnyTagClassName
{
color: #6EBDEF;
}
</style>
background-color css
<style>
a { background-color: #6EBDEF; }
a { background-color: rgb(110,189,239); }
div.DivClassName
{
background-color: #6EBDEF;
}
.BgClassName
{
background-color: #6EBDEF;
}
</style>
border-color css
<style>
span { border-color: #6EBDEF; }
span { border-color: rgb(110,189,239); }
td.TdClassName
{
border-color: #6EBDEF;
}
.TagClassName
{
border-color: #6EBDEF;
}
</style>