Shades of Maya Blue #6ED7FE
Tints of Maya Blue #6ED7FE
RGB
CMYK
RGB Variations
Color information
#6ED7FE (or 0x6ED7FE) is known color: Maya Blue. HEX triplet: 6E, D7 and FE. RGB value is (110,215,254). Sum of RGB (Red+Green+Blue) = 110+215+254=579 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.00% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ED7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED7FE is #912801. Grayscale: #BBBBBB. Windows color (decimal): -9512962 or 16701294. OLE color: 16701294.
HSL color Cylindrical-coordinate representation of color #6ED7FE: hue angle of 196.25º 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 #6ED7FE is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 215 | 254 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.00 |
| HSL | 196.25º | 0.99% | 0.71% | - |
| HSV(B) | 196.25º | 0.57% | 1% | - |
| XYZ | 48.62 | 59.07 | 102.61 | - |
| YUV | 188.05 | 165.21 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 254 | 0.57 | 0.15 | 0 | 0.00 | 196.25 | 0.99 | 0.71 |
| Hex | 6E | D7 | FE | 39 | F | 0 | 0 | C4 | 63 | 47 |
| Octal | 156 | 327 | 376 | 71 | 17 | 0 | 0 | 304 | 143 | 107 |
| Binary | 1101110 | 11010111 | 11111110 | 111001 | 1111 | 0 | 0 | 11000100 | 1100011 | 1000111 |
Color Harmonies of #6ED7FE
Complementary color
Monochromatic Colors of #6ED7FE
Black with #6ED7FE
Text Example
Text Example
White with #6ED7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED7FE; }
p { color: rgb(110,215,254); }
H1.HeaderClassName
{
color: #6ED7FE;
}
.AnyTagClassName
{
color: #6ED7FE;
}
</style>
background-color css
<style>
a { background-color: #6ED7FE; }
a { background-color: rgb(110,215,254); }
div.DivClassName
{
background-color: #6ED7FE;
}
.BgClassName
{
background-color: #6ED7FE;
}
</style>
border-color css
<style>
span { border-color: #6ED7FE; }
span { border-color: rgb(110,215,254); }
td.TdClassName
{
border-color: #6ED7FE;
}
.TagClassName
{
border-color: #6ED7FE;
}
</style>