Shades of Maya Blue #6ECBFF
Tints of Maya Blue #6ECBFF
RGB
CMYK
RGB Variations
Color information
#6ECBFF (or 0x6ECBFF) is known color: Maya Blue. HEX triplet: 6E, CB and FF. RGB value is (110,203,255). Sum of RGB (Red+Green+Blue) = 110+203+255=568 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.37% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ECBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECBFF is #913400. Grayscale: #B4B4B4. Windows color (decimal): -9516033 or 16763758. OLE color: 16763758.
HSL color Cylindrical-coordinate representation of color #6ECBFF: hue angle of 201.52º 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 #6ECBFF is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 203 | 255 | - |
| CMYK | 0.57 | 0.20 | 0 | 0 |
| HSL | 201.52º | 1% | 0.72% | - |
| HSV(B) | 201.52º | 0.57% | 1% | - |
| XYZ | 45.84 | 53.25 | 102.47 | - |
| YUV | 181.12 | 169.69 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 255 | 0.57 | 0.20 | 0 | 0 | 201.52 | 1 | 0.72 |
| Hex | 6E | CB | FF | 39 | 14 | 0 | 0 | CA | 64 | 48 |
| Octal | 156 | 313 | 377 | 71 | 24 | 0 | 0 | 312 | 144 | 110 |
| Binary | 1101110 | 11001011 | 11111111 | 111001 | 10100 | 0 | 0 | 11001010 | 1100100 | 1001000 |
Color Harmonies of #6ECBFF
Complementary color
Monochromatic Colors of #6ECBFF
Black with #6ECBFF
Text Example
Text Example
White with #6ECBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECBFF; }
p { color: rgb(110,203,255); }
H1.HeaderClassName
{
color: #6ECBFF;
}
.AnyTagClassName
{
color: #6ECBFF;
}
</style>
background-color css
<style>
a { background-color: #6ECBFF; }
a { background-color: rgb(110,203,255); }
div.DivClassName
{
background-color: #6ECBFF;
}
.BgClassName
{
background-color: #6ECBFF;
}
</style>
border-color css
<style>
span { border-color: #6ECBFF; }
span { border-color: rgb(110,203,255); }
td.TdClassName
{
border-color: #6ECBFF;
}
.TagClassName
{
border-color: #6ECBFF;
}
</style>