Shades of Maya Blue #6ACDFF
Tints of Maya Blue #6ACDFF
RGB
CMYK
RGB Variations
Color information
#6ACDFF (or 0x6ACDFF) is known color: Maya Blue. HEX triplet: 6A, CD and FF. RGB value is (106,205,255). Sum of RGB (Red+Green+Blue) = 106+205+255=566 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.73% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ACDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACDFF is #953200. Grayscale: #B4B4B4. Windows color (decimal): -9777665 or 16764266. OLE color: 16764266.
HSL color Cylindrical-coordinate representation of color #6ACDFF: hue angle of 200.13º 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 #6ACDFF is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 205 | 255 | - |
| CMYK | 0.58 | 0.20 | 0 | 0 |
| HSL | 200.13º | 1% | 0.71% | - |
| HSV(B) | 200.13º | 0.58% | 1% | - |
| XYZ | 45.83 | 53.95 | 102.61 | - |
| YUV | 181.1 | 169.7 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 255 | 0.58 | 0.20 | 0 | 0 | 200.13 | 1 | 0.71 |
| Hex | 6A | CD | FF | 3A | 14 | 0 | 0 | C8 | 64 | 47 |
| Octal | 152 | 315 | 377 | 72 | 24 | 0 | 0 | 310 | 144 | 107 |
| Binary | 1101010 | 11001101 | 11111111 | 111010 | 10100 | 0 | 0 | 11001000 | 1100100 | 1000111 |
Color Harmonies of #6ACDFF
Complementary color
Monochromatic Colors of #6ACDFF
Black with #6ACDFF
Text Example
Text Example
White with #6ACDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACDFF; }
p { color: rgb(106,205,255); }
H1.HeaderClassName
{
color: #6ACDFF;
}
.AnyTagClassName
{
color: #6ACDFF;
}
</style>
background-color css
<style>
a { background-color: #6ACDFF; }
a { background-color: rgb(106,205,255); }
div.DivClassName
{
background-color: #6ACDFF;
}
.BgClassName
{
background-color: #6ACDFF;
}
</style>
border-color css
<style>
span { border-color: #6ACDFF; }
span { border-color: rgb(106,205,255); }
td.TdClassName
{
border-color: #6ACDFF;
}
.TagClassName
{
border-color: #6ACDFF;
}
</style>