Shades of Maya Blue #6AC2FE
Tints of Maya Blue #6AC2FE
RGB
CMYK
RGB Variations
Color information
#6AC2FE (or 0x6AC2FE) is known color: Maya Blue. HEX triplet: 6A, C2 and FE. RGB value is (106,194,254). Sum of RGB (Red+Green+Blue) = 106+194+254=554 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.13% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AC2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC2FE is #953D01. Grayscale: #AEAEAE. Windows color (decimal): -9780482 or 16695914. OLE color: 16695914.
HSL color Cylindrical-coordinate representation of color #6AC2FE: hue angle of 204.32º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AC2FE is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 194 | 254 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.00 |
| HSL | 204.32º | 0.99% | 0.71% | - |
| HSV(B) | 204.32º | 0.58% | 1% | - |
| XYZ | 43.13 | 48.8 | 100.91 | - |
| YUV | 174.53 | 172.85 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 194 | 254 | 0.58 | 0.24 | 0 | 0.00 | 204.32 | 0.99 | 0.71 |
| Hex | 6A | C2 | FE | 3A | 18 | 0 | 0 | CC | 63 | 47 |
| Octal | 152 | 302 | 376 | 72 | 30 | 0 | 0 | 314 | 143 | 107 |
| Binary | 1101010 | 11000010 | 11111110 | 111010 | 11000 | 0 | 0 | 11001100 | 1100011 | 1000111 |
Color Harmonies of #6AC2FE
Complementary color
Monochromatic Colors of #6AC2FE
Black with #6AC2FE
Text Example
Text Example
White with #6AC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC2FE; }
p { color: rgb(106,194,254); }
H1.HeaderClassName
{
color: #6AC2FE;
}
.AnyTagClassName
{
color: #6AC2FE;
}
</style>
background-color css
<style>
a { background-color: #6AC2FE; }
a { background-color: rgb(106,194,254); }
div.DivClassName
{
background-color: #6AC2FE;
}
.BgClassName
{
background-color: #6AC2FE;
}
</style>
border-color css
<style>
span { border-color: #6AC2FE; }
span { border-color: rgb(106,194,254); }
td.TdClassName
{
border-color: #6AC2FE;
}
.TagClassName
{
border-color: #6AC2FE;
}
</style>