Shades of Maya Blue #6ED3FF
Tints of Maya Blue #6ED3FF
RGB
CMYK
RGB Variations
Color information
#6ED3FF (or 0x6ED3FF) is known color: Maya Blue. HEX triplet: 6E, D3 and FF. RGB value is (110,211,255). Sum of RGB (Red+Green+Blue) = 110+211+255=576 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.10% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ED3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED3FF is #912C00. Grayscale: #B9B9B9. Windows color (decimal): -9513985 or 16765806. OLE color: 16765806.
HSL color Cylindrical-coordinate representation of color #6ED3FF: hue angle of 198.21º 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 #6ED3FF is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 211 | 255 | - |
| CMYK | 0.57 | 0.17 | 0 | 0 |
| HSL | 198.21º | 1% | 0.72% | - |
| HSV(B) | 198.21º | 0.57% | 1% | - |
| XYZ | 47.77 | 57.12 | 103.12 | - |
| YUV | 185.82 | 167.04 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 211 | 255 | 0.57 | 0.17 | 0 | 0 | 198.21 | 1 | 0.72 |
| Hex | 6E | D3 | FF | 39 | 11 | 0 | 0 | C6 | 64 | 48 |
| Octal | 156 | 323 | 377 | 71 | 21 | 0 | 0 | 306 | 144 | 110 |
| Binary | 1101110 | 11010011 | 11111111 | 111001 | 10001 | 0 | 0 | 11000110 | 1100100 | 1001000 |
Color Harmonies of #6ED3FF
Complementary color
Monochromatic Colors of #6ED3FF
Black with #6ED3FF
Text Example
Text Example
White with #6ED3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED3FF; }
p { color: rgb(110,211,255); }
H1.HeaderClassName
{
color: #6ED3FF;
}
.AnyTagClassName
{
color: #6ED3FF;
}
</style>
background-color css
<style>
a { background-color: #6ED3FF; }
a { background-color: rgb(110,211,255); }
div.DivClassName
{
background-color: #6ED3FF;
}
.BgClassName
{
background-color: #6ED3FF;
}
</style>
border-color css
<style>
span { border-color: #6ED3FF; }
span { border-color: rgb(110,211,255); }
td.TdClassName
{
border-color: #6ED3FF;
}
.TagClassName
{
border-color: #6ED3FF;
}
</style>