Shades of Maya Blue #6ECDFF
Tints of Maya Blue #6ECDFF
RGB
CMYK
RGB Variations
Color information
#6ECDFF (or 0x6ECDFF) is known color: Maya Blue. HEX triplet: 6E, CD and FF. RGB value is (110,205,255). Sum of RGB (Red+Green+Blue) = 110+205+255=570 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.30% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ECDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECDFF is #913200. Grayscale: #B6B6B6. Windows color (decimal): -9515521 or 16764270. OLE color: 16764270.
HSL color Cylindrical-coordinate representation of color #6ECDFF: hue angle of 200.69º 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 #6ECDFF is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 205 | 255 | - |
| CMYK | 0.57 | 0.20 | 0 | 0 |
| HSL | 200.69º | 1% | 0.72% | - |
| HSV(B) | 200.69º | 0.57% | 1% | - |
| XYZ | 46.31 | 54.2 | 102.63 | - |
| YUV | 182.3 | 169.03 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 255 | 0.57 | 0.20 | 0 | 0 | 200.69 | 1 | 0.72 |
| Hex | 6E | CD | FF | 39 | 14 | 0 | 0 | C9 | 64 | 48 |
| Octal | 156 | 315 | 377 | 71 | 24 | 0 | 0 | 311 | 144 | 110 |
| Binary | 1101110 | 11001101 | 11111111 | 111001 | 10100 | 0 | 0 | 11001001 | 1100100 | 1001000 |
Color Harmonies of #6ECDFF
Complementary color
Monochromatic Colors of #6ECDFF
Black with #6ECDFF
Text Example
Text Example
White with #6ECDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDFF; }
p { color: rgb(110,205,255); }
H1.HeaderClassName
{
color: #6ECDFF;
}
.AnyTagClassName
{
color: #6ECDFF;
}
</style>
background-color css
<style>
a { background-color: #6ECDFF; }
a { background-color: rgb(110,205,255); }
div.DivClassName
{
background-color: #6ECDFF;
}
.BgClassName
{
background-color: #6ECDFF;
}
</style>
border-color css
<style>
span { border-color: #6ECDFF; }
span { border-color: rgb(110,205,255); }
td.TdClassName
{
border-color: #6ECDFF;
}
.TagClassName
{
border-color: #6ECDFF;
}
</style>