Shades of Maya Blue #6AC2EE
Tints of Maya Blue #6AC2EE
RGB
CMYK
RGB Variations
Color information
#6AC2EE (or 0x6AC2EE) is known color: Maya Blue. HEX triplet: 6A, C2 and EE. RGB value is (106,194,238). Sum of RGB (Red+Green+Blue) = 106+194+238=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AC2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC2EE is #953D11. Grayscale: #ACACAC. Windows color (decimal): -9780498 or 15647338. OLE color: 15647338.
HSL color Cylindrical-coordinate representation of color #6AC2EE: hue angle of 200º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AC2EE is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 194 | 238 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.07 |
| HSL | 200º | 0.8% | 0.67% | - |
| HSV(B) | 200º | 0.55% | 0.93% | - |
| XYZ | 40.67 | 47.82 | 87.98 | - |
| YUV | 172.7 | 164.85 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 194 | 238 | 0.55 | 0.18 | 0 | 0.07 | 200 | 0.8 | 0.67 |
| Hex | 6A | C2 | EE | 37 | 12 | 0 | 7 | C8 | 50 | 43 |
| Octal | 152 | 302 | 356 | 67 | 22 | 0 | 7 | 310 | 120 | 103 |
| Binary | 1101010 | 11000010 | 11101110 | 110111 | 10010 | 0 | 111 | 11001000 | 1010000 | 1000011 |
Color Harmonies of #6AC2EE
Complementary color
Monochromatic Colors of #6AC2EE
Black with #6AC2EE
Text Example
Text Example
White with #6AC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC2EE; }
p { color: rgb(106,194,238); }
H1.HeaderClassName
{
color: #6AC2EE;
}
.AnyTagClassName
{
color: #6AC2EE;
}
</style>
background-color css
<style>
a { background-color: #6AC2EE; }
a { background-color: rgb(106,194,238); }
div.DivClassName
{
background-color: #6AC2EE;
}
.BgClassName
{
background-color: #6AC2EE;
}
</style>
border-color css
<style>
span { border-color: #6AC2EE; }
span { border-color: rgb(106,194,238); }
td.TdClassName
{
border-color: #6AC2EE;
}
.TagClassName
{
border-color: #6AC2EE;
}
</style>