Shades of Maya Blue #6ED2FB
Tints of Maya Blue #6ED2FB
RGB
CMYK
RGB Variations
Color information
#6ED2FB (or 0x6ED2FB) is known color: Maya Blue. HEX triplet: 6E, D2 and FB. RGB value is (110,210,251). Sum of RGB (Red+Green+Blue) = 110+210+251=571 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.26% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #6ED2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED2FB is #912D04. Grayscale: #B8B8B8. Windows color (decimal): -9514245 or 16503406. OLE color: 16503406.
HSL color Cylindrical-coordinate representation of color #6ED2FB: hue angle of 197.45º 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 #6ED2FB is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 210 | 251 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.02 |
| HSL | 197.45º | 0.95% | 0.71% | - |
| HSV(B) | 197.45º | 0.56% | 0.98% | - |
| XYZ | 46.89 | 56.37 | 99.68 | - |
| YUV | 184.77 | 165.37 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 251 | 0.56 | 0.16 | 0 | 0.02 | 197.45 | 0.95 | 0.71 |
| Hex | 6E | D2 | FB | 38 | 10 | 0 | 2 | C5 | 5F | 47 |
| Octal | 156 | 322 | 373 | 70 | 20 | 0 | 2 | 305 | 137 | 107 |
| Binary | 1101110 | 11010010 | 11111011 | 111000 | 10000 | 0 | 10 | 11000101 | 1011111 | 1000111 |
Color Harmonies of #6ED2FB
Complementary color
Monochromatic Colors of #6ED2FB
Black with #6ED2FB
Text Example
Text Example
White with #6ED2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED2FB; }
p { color: rgb(110,210,251); }
H1.HeaderClassName
{
color: #6ED2FB;
}
.AnyTagClassName
{
color: #6ED2FB;
}
</style>
background-color css
<style>
a { background-color: #6ED2FB; }
a { background-color: rgb(110,210,251); }
div.DivClassName
{
background-color: #6ED2FB;
}
.BgClassName
{
background-color: #6ED2FB;
}
</style>
border-color css
<style>
span { border-color: #6ED2FB; }
span { border-color: rgb(110,210,251); }
td.TdClassName
{
border-color: #6ED2FB;
}
.TagClassName
{
border-color: #6ED2FB;
}
</style>