Shades of Maya Blue #6ACDFD
Tints of Maya Blue #6ACDFD
RGB
CMYK
RGB Variations
Color information
#6ACDFD (or 0x6ACDFD) is known color: Maya Blue. HEX triplet: 6A, CD and FD. RGB value is (106,205,253). Sum of RGB (Red+Green+Blue) = 106+205+253=564 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.79% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ACDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACDFD is #953202. Grayscale: #B4B4B4. Windows color (decimal): -9777667 or 16633194. OLE color: 16633194.
HSL color Cylindrical-coordinate representation of color #6ACDFD: hue angle of 199.59º degrees, saturation: 0.97, 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 #6ACDFD is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 205 | 253 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.01 |
| HSL | 199.59º | 0.97% | 0.7% | - |
| HSV(B) | 199.59º | 0.58% | 0.99% | - |
| XYZ | 45.5 | 53.82 | 100.92 | - |
| YUV | 180.87 | 168.7 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 253 | 0.58 | 0.19 | 0 | 0.01 | 199.59 | 0.97 | 0.7 |
| Hex | 6A | CD | FD | 3A | 13 | 0 | 1 | C8 | 61 | 46 |
| Octal | 152 | 315 | 375 | 72 | 23 | 0 | 1 | 310 | 141 | 106 |
| Binary | 1101010 | 11001101 | 11111101 | 111010 | 10011 | 0 | 1 | 11001000 | 1100001 | 1000110 |
Color Harmonies of #6ACDFD
Complementary color
Monochromatic Colors of #6ACDFD
Black with #6ACDFD
Text Example
Text Example
White with #6ACDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACDFD; }
p { color: rgb(106,205,253); }
H1.HeaderClassName
{
color: #6ACDFD;
}
.AnyTagClassName
{
color: #6ACDFD;
}
</style>
background-color css
<style>
a { background-color: #6ACDFD; }
a { background-color: rgb(106,205,253); }
div.DivClassName
{
background-color: #6ACDFD;
}
.BgClassName
{
background-color: #6ACDFD;
}
</style>
border-color css
<style>
span { border-color: #6ACDFD; }
span { border-color: rgb(106,205,253); }
td.TdClassName
{
border-color: #6ACDFD;
}
.TagClassName
{
border-color: #6ACDFD;
}
</style>