Shades of Maya Blue #6ACCFC
Tints of Maya Blue #6ACCFC
RGB
CMYK
RGB Variations
Color information
#6ACCFC (or 0x6ACCFC) is known color: Maya Blue. HEX triplet: 6A, CC and FC. RGB value is (106,204,252). Sum of RGB (Red+Green+Blue) = 106+204+252=562 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.86% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #6ACCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACCFC is #953303. Grayscale: #B3B3B3. Windows color (decimal): -9777924 or 16567402. OLE color: 16567402.
HSL color Cylindrical-coordinate representation of color #6ACCFC: hue angle of 199.73º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ACCFC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 204 | 252 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.01 |
| HSL | 199.73º | 0.96% | 0.7% | - |
| HSV(B) | 199.73º | 0.58% | 0.99% | - |
| XYZ | 45.11 | 53.28 | 100 | - |
| YUV | 180.17 | 168.53 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 252 | 0.58 | 0.19 | 0 | 0.01 | 199.73 | 0.96 | 0.7 |
| Hex | 6A | CC | FC | 3A | 13 | 0 | 1 | C8 | 60 | 46 |
| Octal | 152 | 314 | 374 | 72 | 23 | 0 | 1 | 310 | 140 | 106 |
| Binary | 1101010 | 11001100 | 11111100 | 111010 | 10011 | 0 | 1 | 11001000 | 1100000 | 1000110 |
Color Harmonies of #6ACCFC
Complementary color
Monochromatic Colors of #6ACCFC
Black with #6ACCFC
Text Example
Text Example
White with #6ACCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACCFC; }
p { color: rgb(106,204,252); }
H1.HeaderClassName
{
color: #6ACCFC;
}
.AnyTagClassName
{
color: #6ACCFC;
}
</style>
background-color css
<style>
a { background-color: #6ACCFC; }
a { background-color: rgb(106,204,252); }
div.DivClassName
{
background-color: #6ACCFC;
}
.BgClassName
{
background-color: #6ACCFC;
}
</style>
border-color css
<style>
span { border-color: #6ACCFC; }
span { border-color: rgb(106,204,252); }
td.TdClassName
{
border-color: #6ACCFC;
}
.TagClassName
{
border-color: #6ACCFC;
}
</style>