Shades of Maya Blue #6ED0FB
Tints of Maya Blue #6ED0FB
RGB
CMYK
RGB Variations
Color information
#6ED0FB (or 0x6ED0FB) is known color: Maya Blue. HEX triplet: 6E, D0 and FB. RGB value is (110,208,251). Sum of RGB (Red+Green+Blue) = 110+208+251=569 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.33% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #6ED0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED0FB is #912F04. Grayscale: #B7B7B7. Windows color (decimal): -9514757 or 16502894. OLE color: 16502894.
HSL color Cylindrical-coordinate representation of color #6ED0FB: hue angle of 198.3º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ED0FB is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 208 | 251 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.02 |
| HSL | 198.3º | 0.95% | 0.71% | - |
| HSV(B) | 198.3º | 0.56% | 0.98% | - |
| XYZ | 46.4 | 55.39 | 99.51 | - |
| YUV | 183.6 | 166.03 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 251 | 0.56 | 0.17 | 0 | 0.02 | 198.3 | 0.95 | 0.71 |
| Hex | 6E | D0 | FB | 38 | 11 | 0 | 2 | C6 | 5F | 47 |
| Octal | 156 | 320 | 373 | 70 | 21 | 0 | 2 | 306 | 137 | 107 |
| Binary | 1101110 | 11010000 | 11111011 | 111000 | 10001 | 0 | 10 | 11000110 | 1011111 | 1000111 |
Color Harmonies of #6ED0FB
Complementary color
Monochromatic Colors of #6ED0FB
Black with #6ED0FB
Text Example
Text Example
White with #6ED0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED0FB; }
p { color: rgb(110,208,251); }
H1.HeaderClassName
{
color: #6ED0FB;
}
.AnyTagClassName
{
color: #6ED0FB;
}
</style>
background-color css
<style>
a { background-color: #6ED0FB; }
a { background-color: rgb(110,208,251); }
div.DivClassName
{
background-color: #6ED0FB;
}
.BgClassName
{
background-color: #6ED0FB;
}
</style>
border-color css
<style>
span { border-color: #6ED0FB; }
span { border-color: rgb(110,208,251); }
td.TdClassName
{
border-color: #6ED0FB;
}
.TagClassName
{
border-color: #6ED0FB;
}
</style>