Shades of Maya Blue #6EBFFF
Tints of Maya Blue #6EBFFF
RGB
CMYK
RGB Variations
Color information
#6EBFFF (or 0x6EBFFF) is known color: Maya Blue. HEX triplet: 6E, BF and FF. RGB value is (110,191,255). Sum of RGB (Red+Green+Blue) = 110+191+255=556 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.78% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBFFF is #914000. Grayscale: #ADADAD. Windows color (decimal): -9519105 or 16760686. OLE color: 16760686.
HSL color Cylindrical-coordinate representation of color #6EBFFF: hue angle of 206.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EBFFF is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 191 | 255 | - |
| CMYK | 0.57 | 0.25 | 0 | 0 |
| HSL | 206.48º | 1% | 0.72% | - |
| HSV(B) | 206.48º | 0.57% | 1% | - |
| XYZ | 43.11 | 47.8 | 101.56 | - |
| YUV | 174.08 | 173.66 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 255 | 0.57 | 0.25 | 0 | 0 | 206.48 | 1 | 0.72 |
| Hex | 6E | BF | FF | 39 | 19 | 0 | 0 | CE | 64 | 48 |
| Octal | 156 | 277 | 377 | 71 | 31 | 0 | 0 | 316 | 144 | 110 |
| Binary | 1101110 | 10111111 | 11111111 | 111001 | 11001 | 0 | 0 | 11001110 | 1100100 | 1001000 |
Color Harmonies of #6EBFFF
Complementary color
Monochromatic Colors of #6EBFFF
Black with #6EBFFF
Text Example
Text Example
White with #6EBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBFFF; }
p { color: rgb(110,191,255); }
H1.HeaderClassName
{
color: #6EBFFF;
}
.AnyTagClassName
{
color: #6EBFFF;
}
</style>
background-color css
<style>
a { background-color: #6EBFFF; }
a { background-color: rgb(110,191,255); }
div.DivClassName
{
background-color: #6EBFFF;
}
.BgClassName
{
background-color: #6EBFFF;
}
</style>
border-color css
<style>
span { border-color: #6EBFFF; }
span { border-color: rgb(110,191,255); }
td.TdClassName
{
border-color: #6EBFFF;
}
.TagClassName
{
border-color: #6EBFFF;
}
</style>