Shades of Maya Blue #6ACAFA
Tints of Maya Blue #6ACAFA
RGB
CMYK
RGB Variations
Color information
#6ACAFA (or 0x6ACAFA) is known color: Maya Blue. HEX triplet: 6A, CA and FA. RGB value is (106,202,250). Sum of RGB (Red+Green+Blue) = 106+202+250=558 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.00% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #6ACAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACAFA is #953505. Grayscale: #B2B2B2. Windows color (decimal): -9778438 or 16435818. OLE color: 16435818.
HSL color Cylindrical-coordinate representation of color #6ACAFA: hue angle of 200º 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 #6ACAFA is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 202 | 250 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.02 |
| HSL | 200º | 0.94% | 0.7% | - |
| HSV(B) | 200º | 0.58% | 0.98% | - |
| XYZ | 44.32 | 52.21 | 98.18 | - |
| YUV | 178.77 | 168.2 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 202 | 250 | 0.58 | 0.19 | 0 | 0.02 | 200 | 0.94 | 0.7 |
| Hex | 6A | CA | FA | 3A | 13 | 0 | 2 | C8 | 5E | 46 |
| Octal | 152 | 312 | 372 | 72 | 23 | 0 | 2 | 310 | 136 | 106 |
| Binary | 1101010 | 11001010 | 11111010 | 111010 | 10011 | 0 | 10 | 11001000 | 1011110 | 1000110 |
Color Harmonies of #6ACAFA
Complementary color
Monochromatic Colors of #6ACAFA
Black with #6ACAFA
Text Example
Text Example
White with #6ACAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACAFA; }
p { color: rgb(106,202,250); }
H1.HeaderClassName
{
color: #6ACAFA;
}
.AnyTagClassName
{
color: #6ACAFA;
}
</style>
background-color css
<style>
a { background-color: #6ACAFA; }
a { background-color: rgb(106,202,250); }
div.DivClassName
{
background-color: #6ACAFA;
}
.BgClassName
{
background-color: #6ACAFA;
}
</style>
border-color css
<style>
span { border-color: #6ACAFA; }
span { border-color: rgb(106,202,250); }
td.TdClassName
{
border-color: #6ACAFA;
}
.TagClassName
{
border-color: #6ACAFA;
}
</style>