Shades of Maya Blue #6ACCFF
Tints of Maya Blue #6ACCFF
RGB
CMYK
RGB Variations
Color information
#6ACCFF (or 0x6ACCFF) is known color: Maya Blue. HEX triplet: 6A, CC and FF. RGB value is (106,204,255). Sum of RGB (Red+Green+Blue) = 106+204+255=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ACCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACCFF is #953300. Grayscale: #B4B4B4. Windows color (decimal): -9777921 or 16764010. OLE color: 16764010.
HSL color Cylindrical-coordinate representation of color #6ACCFF: hue angle of 200.54º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ACCFF is Cyan = 0.58, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 204 | 255 | - |
| CMYK | 0.58 | 0.2 | 0 | 0 |
| HSL | 200.54º | 1% | 0.71% | - |
| HSV(B) | 200.54º | 0.58% | 1% | - |
| XYZ | 45.59 | 53.47 | 102.53 | - |
| YUV | 180.51 | 170.03 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 255 | 0.58 | 0.2 | 0 | 0 | 200.54 | 1 | 0.71 |
| Hex | 6A | CC | FF | 3A | 14 | 0 | 0 | C9 | 64 | 47 |
| Octal | 152 | 314 | 377 | 72 | 24 | 0 | 0 | 311 | 144 | 107 |
| Binary | 1101010 | 11001100 | 11111111 | 111010 | 10100 | 0 | 0 | 11001001 | 1100100 | 1000111 |
Color Harmonies of #6ACCFF
Complementary color
Monochromatic Colors of #6ACCFF
Black with #6ACCFF
Text Example
Text Example
White with #6ACCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACCFF; }
p { color: rgb(106,204,255); }
H1.HeaderClassName
{
color: #6ACCFF;
}
.AnyTagClassName
{
color: #6ACCFF;
}
</style>
background-color css
<style>
a { background-color: #6ACCFF; }
a { background-color: rgb(106,204,255); }
div.DivClassName
{
background-color: #6ACCFF;
}
.BgClassName
{
background-color: #6ACCFF;
}
</style>
border-color css
<style>
span { border-color: #6ACCFF; }
span { border-color: rgb(106,204,255); }
td.TdClassName
{
border-color: #6ACCFF;
}
.TagClassName
{
border-color: #6ACCFF;
}
</style>