Shades of Maya Blue #6EBAFD
Tints of Maya Blue #6EBAFD
RGB
CMYK
RGB Variations
Color information
#6EBAFD (or 0x6EBAFD) is known color: Maya Blue. HEX triplet: 6E, BA and FD. RGB value is (110,186,253). Sum of RGB (Red+Green+Blue) = 110+186+253=549 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.04% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBAFD is #914502. Grayscale: #AAAAAA. Windows color (decimal): -9520387 or 16628334. OLE color: 16628334.
HSL color Cylindrical-coordinate representation of color #6EBAFD: hue angle of 208.11º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EBAFD is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 186 | 253 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.01 |
| HSL | 208.11º | 0.97% | 0.71% | - |
| HSV(B) | 208.11º | 0.57% | 0.99% | - |
| XYZ | 41.72 | 45.52 | 99.52 | - |
| YUV | 170.91 | 174.32 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 253 | 0.57 | 0.26 | 0 | 0.01 | 208.11 | 0.97 | 0.71 |
| Hex | 6E | BA | FD | 39 | 1A | 0 | 1 | D0 | 61 | 47 |
| Octal | 156 | 272 | 375 | 71 | 32 | 0 | 1 | 320 | 141 | 107 |
| Binary | 1101110 | 10111010 | 11111101 | 111001 | 11010 | 0 | 1 | 11010000 | 1100001 | 1000111 |
Color Harmonies of #6EBAFD
Complementary color
Monochromatic Colors of #6EBAFD
Black with #6EBAFD
Text Example
Text Example
White with #6EBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBAFD; }
p { color: rgb(110,186,253); }
H1.HeaderClassName
{
color: #6EBAFD;
}
.AnyTagClassName
{
color: #6EBAFD;
}
</style>
background-color css
<style>
a { background-color: #6EBAFD; }
a { background-color: rgb(110,186,253); }
div.DivClassName
{
background-color: #6EBAFD;
}
.BgClassName
{
background-color: #6EBAFD;
}
</style>
border-color css
<style>
span { border-color: #6EBAFD; }
span { border-color: rgb(110,186,253); }
td.TdClassName
{
border-color: #6EBAFD;
}
.TagClassName
{
border-color: #6EBAFD;
}
</style>