Shades of Maya Blue #6ECAFD
Tints of Maya Blue #6ECAFD
RGB
CMYK
RGB Variations
Color information
#6ECAFD (or 0x6ECAFD) is known color: Maya Blue. HEX triplet: 6E, CA and FD. RGB value is (110,202,253). Sum of RGB (Red+Green+Blue) = 110+202+253=565 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.47% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ECAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECAFD is #913502. Grayscale: #B4B4B4. Windows color (decimal): -9516291 or 16632430. OLE color: 16632430.
HSL color Cylindrical-coordinate representation of color #6ECAFD: hue angle of 201.4º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ECAFD is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 202 | 253 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.01 |
| HSL | 201.4º | 0.97% | 0.71% | - |
| HSV(B) | 201.4º | 0.57% | 0.99% | - |
| XYZ | 45.28 | 52.65 | 100.7 | - |
| YUV | 180.31 | 169.02 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 253 | 0.57 | 0.20 | 0 | 0.01 | 201.4 | 0.97 | 0.71 |
| Hex | 6E | CA | FD | 39 | 14 | 0 | 1 | C9 | 61 | 47 |
| Octal | 156 | 312 | 375 | 71 | 24 | 0 | 1 | 311 | 141 | 107 |
| Binary | 1101110 | 11001010 | 11111101 | 111001 | 10100 | 0 | 1 | 11001001 | 1100001 | 1000111 |
Color Harmonies of #6ECAFD
Complementary color
Monochromatic Colors of #6ECAFD
Black with #6ECAFD
Text Example
Text Example
White with #6ECAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECAFD; }
p { color: rgb(110,202,253); }
H1.HeaderClassName
{
color: #6ECAFD;
}
.AnyTagClassName
{
color: #6ECAFD;
}
</style>
background-color css
<style>
a { background-color: #6ECAFD; }
a { background-color: rgb(110,202,253); }
div.DivClassName
{
background-color: #6ECAFD;
}
.BgClassName
{
background-color: #6ECAFD;
}
</style>
border-color css
<style>
span { border-color: #6ECAFD; }
span { border-color: rgb(110,202,253); }
td.TdClassName
{
border-color: #6ECAFD;
}
.TagClassName
{
border-color: #6ECAFD;
}
</style>