Shades of Maya Blue #6ED0FE
Tints of Maya Blue #6ED0FE
RGB
CMYK
RGB Variations
Color information
#6ED0FE (or 0x6ED0FE) is known color: Maya Blue. HEX triplet: 6E, D0 and FE. RGB value is (110,208,254). Sum of RGB (Red+Green+Blue) = 110+208+254=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ED0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED0FE is #912F01. Grayscale: #B7B7B7. Windows color (decimal): -9514754 or 16699502. OLE color: 16699502.
HSL color Cylindrical-coordinate representation of color #6ED0FE: hue angle of 199.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ED0FE is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 208 | 254 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.00 |
| HSL | 199.17º | 0.99% | 0.71% | - |
| HSV(B) | 199.17º | 0.57% | 1% | - |
| XYZ | 46.88 | 55.58 | 102.02 | - |
| YUV | 183.94 | 167.53 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 254 | 0.57 | 0.18 | 0 | 0.00 | 199.17 | 0.99 | 0.71 |
| Hex | 6E | D0 | FE | 39 | 12 | 0 | 0 | C7 | 63 | 47 |
| Octal | 156 | 320 | 376 | 71 | 22 | 0 | 0 | 307 | 143 | 107 |
| Binary | 1101110 | 11010000 | 11111110 | 111001 | 10010 | 0 | 0 | 11000111 | 1100011 | 1000111 |
Color Harmonies of #6ED0FE
Complementary color
Monochromatic Colors of #6ED0FE
Black with #6ED0FE
Text Example
Text Example
White with #6ED0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED0FE; }
p { color: rgb(110,208,254); }
H1.HeaderClassName
{
color: #6ED0FE;
}
.AnyTagClassName
{
color: #6ED0FE;
}
</style>
background-color css
<style>
a { background-color: #6ED0FE; }
a { background-color: rgb(110,208,254); }
div.DivClassName
{
background-color: #6ED0FE;
}
.BgClassName
{
background-color: #6ED0FE;
}
</style>
border-color css
<style>
span { border-color: #6ED0FE; }
span { border-color: rgb(110,208,254); }
td.TdClassName
{
border-color: #6ED0FE;
}
.TagClassName
{
border-color: #6ED0FE;
}
</style>