Shades of Maya Blue #6ABAFA
Tints of Maya Blue #6ABAFA
RGB
CMYK
RGB Variations
Color information
#6ABAFA (or 0x6ABAFA) is known color: Maya Blue. HEX triplet: 6A, BA and FA. RGB value is (106,186,250). Sum of RGB (Red+Green+Blue) = 106+186+250=542 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.56% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #6ABAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABAFA is #954505. Grayscale: #A9A9A9. Windows color (decimal): -9782534 or 16431722. OLE color: 16431722.
HSL color Cylindrical-coordinate representation of color #6ABAFA: hue angle of 206.67º 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 #6ABAFA is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 186 | 250 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.02 |
| HSL | 206.67º | 0.94% | 0.7% | - |
| HSV(B) | 206.67º | 0.58% | 0.98% | - |
| XYZ | 40.76 | 45.08 | 97 | - |
| YUV | 169.38 | 173.5 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 250 | 0.58 | 0.26 | 0 | 0.02 | 206.67 | 0.94 | 0.7 |
| Hex | 6A | BA | FA | 3A | 1A | 0 | 2 | CF | 5E | 46 |
| Octal | 152 | 272 | 372 | 72 | 32 | 0 | 2 | 317 | 136 | 106 |
| Binary | 1101010 | 10111010 | 11111010 | 111010 | 11010 | 0 | 10 | 11001111 | 1011110 | 1000110 |
Color Harmonies of #6ABAFA
Complementary color
Monochromatic Colors of #6ABAFA
Black with #6ABAFA
Text Example
Text Example
White with #6ABAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABAFA; }
p { color: rgb(106,186,250); }
H1.HeaderClassName
{
color: #6ABAFA;
}
.AnyTagClassName
{
color: #6ABAFA;
}
</style>
background-color css
<style>
a { background-color: #6ABAFA; }
a { background-color: rgb(106,186,250); }
div.DivClassName
{
background-color: #6ABAFA;
}
.BgClassName
{
background-color: #6ABAFA;
}
</style>
border-color css
<style>
span { border-color: #6ABAFA; }
span { border-color: rgb(106,186,250); }
td.TdClassName
{
border-color: #6ABAFA;
}
.TagClassName
{
border-color: #6ABAFA;
}
</style>