Shades of Maya Blue #6AC4FE
Tints of Maya Blue #6AC4FE
RGB
CMYK
RGB Variations
Color information
#6AC4FE (or 0x6AC4FE) is known color: Maya Blue. HEX triplet: 6A, C4 and FE. RGB value is (106,196,254). Sum of RGB (Red+Green+Blue) = 106+196+254=556 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.06% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AC4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AC4FE is #953B01. Grayscale: #AFAFAF. Windows color (decimal): -9779970 or 16696426. OLE color: 16696426.
HSL color Cylindrical-coordinate representation of color #6AC4FE: hue angle of 203.51º 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 #6AC4FE is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 196 | 254 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.00 |
| HSL | 203.51º | 0.99% | 0.71% | - |
| HSV(B) | 203.51º | 0.58% | 1% | - |
| XYZ | 43.57 | 49.7 | 101.06 | - |
| YUV | 175.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 254 | 0.58 | 0.23 | 0 | 0.00 | 203.51 | 0.99 | 0.71 |
| Hex | 6A | C4 | FE | 3A | 17 | 0 | 0 | CC | 63 | 47 |
| Octal | 152 | 304 | 376 | 72 | 27 | 0 | 0 | 314 | 143 | 107 |
| Binary | 1101010 | 11000100 | 11111110 | 111010 | 10111 | 0 | 0 | 11001100 | 1100011 | 1000111 |
Color Harmonies of #6AC4FE
Complementary color
Monochromatic Colors of #6AC4FE
Black with #6AC4FE
Text Example
Text Example
White with #6AC4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC4FE; }
p { color: rgb(106,196,254); }
H1.HeaderClassName
{
color: #6AC4FE;
}
.AnyTagClassName
{
color: #6AC4FE;
}
</style>
background-color css
<style>
a { background-color: #6AC4FE; }
a { background-color: rgb(106,196,254); }
div.DivClassName
{
background-color: #6AC4FE;
}
.BgClassName
{
background-color: #6AC4FE;
}
</style>
border-color css
<style>
span { border-color: #6AC4FE; }
span { border-color: rgb(106,196,254); }
td.TdClassName
{
border-color: #6AC4FE;
}
.TagClassName
{
border-color: #6AC4FE;
}
</style>