Shades of Maya Blue #6EBFFD
Tints of Maya Blue #6EBFFD
RGB
CMYK
RGB Variations
Color information
#6EBFFD (or 0x6EBFFD) is known color: Maya Blue. HEX triplet: 6E, BF and FD. RGB value is (110,191,253). Sum of RGB (Red+Green+Blue) = 110+191+253=554 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.86% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EBFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBFFD is #914002. Grayscale: #ADADAD. Windows color (decimal): -9519107 or 16629614. OLE color: 16629614.
HSL color Cylindrical-coordinate representation of color #6EBFFD: hue angle of 206.01º 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 #6EBFFD is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 191 | 253 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.01 |
| HSL | 206.01º | 0.97% | 0.71% | - |
| HSV(B) | 206.01º | 0.57% | 0.99% | - |
| XYZ | 42.79 | 47.67 | 99.87 | - |
| YUV | 173.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 253 | 0.57 | 0.25 | 0 | 0.01 | 206.01 | 0.97 | 0.71 |
| Hex | 6E | BF | FD | 39 | 19 | 0 | 1 | CE | 61 | 47 |
| Octal | 156 | 277 | 375 | 71 | 31 | 0 | 1 | 316 | 141 | 107 |
| Binary | 1101110 | 10111111 | 11111101 | 111001 | 11001 | 0 | 1 | 11001110 | 1100001 | 1000111 |
Color Harmonies of #6EBFFD
Complementary color
Monochromatic Colors of #6EBFFD
Black with #6EBFFD
Text Example
Text Example
White with #6EBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBFFD; }
p { color: rgb(110,191,253); }
H1.HeaderClassName
{
color: #6EBFFD;
}
.AnyTagClassName
{
color: #6EBFFD;
}
</style>
background-color css
<style>
a { background-color: #6EBFFD; }
a { background-color: rgb(110,191,253); }
div.DivClassName
{
background-color: #6EBFFD;
}
.BgClassName
{
background-color: #6EBFFD;
}
</style>
border-color css
<style>
span { border-color: #6EBFFD; }
span { border-color: rgb(110,191,253); }
td.TdClassName
{
border-color: #6EBFFD;
}
.TagClassName
{
border-color: #6EBFFD;
}
</style>