Shades of Maya Blue #6ED0FF
Tints of Maya Blue #6ED0FF
RGB
CMYK
RGB Variations
Color information
#6ED0FF (or 0x6ED0FF) is known color: Maya Blue. HEX triplet: 6E, D0 and FF. RGB value is (110,208,255). Sum of RGB (Red+Green+Blue) = 110+208+255=573 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.20% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ED0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED0FF is #912F00. Grayscale: #B7B7B7. Windows color (decimal): -9514753 or 16765038. OLE color: 16765038.
HSL color Cylindrical-coordinate representation of color #6ED0FF: hue angle of 199.45º 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 #6ED0FF is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 208 | 255 | - |
| CMYK | 0.57 | 0.18 | 0 | 0 |
| HSL | 199.45º | 1% | 0.72% | - |
| HSV(B) | 199.45º | 0.57% | 1% | - |
| XYZ | 47.04 | 55.65 | 102.87 | - |
| YUV | 184.06 | 168.03 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 255 | 0.57 | 0.18 | 0 | 0 | 199.45 | 1 | 0.72 |
| Hex | 6E | D0 | FF | 39 | 12 | 0 | 0 | C7 | 64 | 48 |
| Octal | 156 | 320 | 377 | 71 | 22 | 0 | 0 | 307 | 144 | 110 |
| Binary | 1101110 | 11010000 | 11111111 | 111001 | 10010 | 0 | 0 | 11000111 | 1100100 | 1001000 |
Color Harmonies of #6ED0FF
Complementary color
Monochromatic Colors of #6ED0FF
Black with #6ED0FF
Text Example
Text Example
White with #6ED0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED0FF; }
p { color: rgb(110,208,255); }
H1.HeaderClassName
{
color: #6ED0FF;
}
.AnyTagClassName
{
color: #6ED0FF;
}
</style>
background-color css
<style>
a { background-color: #6ED0FF; }
a { background-color: rgb(110,208,255); }
div.DivClassName
{
background-color: #6ED0FF;
}
.BgClassName
{
background-color: #6ED0FF;
}
</style>
border-color css
<style>
span { border-color: #6ED0FF; }
span { border-color: rgb(110,208,255); }
td.TdClassName
{
border-color: #6ED0FF;
}
.TagClassName
{
border-color: #6ED0FF;
}
</style>