Shades of Maya Blue #6ACEFA
Tints of Maya Blue #6ACEFA
RGB
CMYK
RGB Variations
Color information
#6ACEFA (or 0x6ACEFA) is known color: Maya Blue. HEX triplet: 6A, CE and FA. RGB value is (106,206,250). Sum of RGB (Red+Green+Blue) = 106+206+250=562 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.86% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #6ACEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACEFA is #953105. Grayscale: #B4B4B4. Windows color (decimal): -9777414 or 16436842. OLE color: 16436842.
HSL color Cylindrical-coordinate representation of color #6ACEFA: hue angle of 198.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ACEFA is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 206 | 250 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.02 |
| HSL | 198.33º | 0.94% | 0.7% | - |
| HSV(B) | 198.33º | 0.58% | 0.98% | - |
| XYZ | 45.27 | 54.11 | 98.5 | - |
| YUV | 181.12 | 166.87 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 206 | 250 | 0.58 | 0.18 | 0 | 0.02 | 198.33 | 0.94 | 0.7 |
| Hex | 6A | CE | FA | 3A | 12 | 0 | 2 | C6 | 5E | 46 |
| Octal | 152 | 316 | 372 | 72 | 22 | 0 | 2 | 306 | 136 | 106 |
| Binary | 1101010 | 11001110 | 11111010 | 111010 | 10010 | 0 | 10 | 11000110 | 1011110 | 1000110 |
Color Harmonies of #6ACEFA
Complementary color
Monochromatic Colors of #6ACEFA
Black with #6ACEFA
Text Example
Text Example
White with #6ACEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACEFA; }
p { color: rgb(106,206,250); }
H1.HeaderClassName
{
color: #6ACEFA;
}
.AnyTagClassName
{
color: #6ACEFA;
}
</style>
background-color css
<style>
a { background-color: #6ACEFA; }
a { background-color: rgb(106,206,250); }
div.DivClassName
{
background-color: #6ACEFA;
}
.BgClassName
{
background-color: #6ACEFA;
}
</style>
border-color css
<style>
span { border-color: #6ACEFA; }
span { border-color: rgb(106,206,250); }
td.TdClassName
{
border-color: #6ACEFA;
}
.TagClassName
{
border-color: #6ACEFA;
}
</style>