Shades of Maya Blue #6AD4FE
Tints of Maya Blue #6AD4FE
RGB
CMYK
RGB Variations
Color information
#6AD4FE (or 0x6AD4FE) is known color: Maya Blue. HEX triplet: 6A, D4 and FE. RGB value is (106,212,254). Sum of RGB (Red+Green+Blue) = 106+212+254=572 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.53% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AD4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD4FE is #952B01. Grayscale: #B8B8B8. Windows color (decimal): -9775874 or 16700522. OLE color: 16700522.
HSL color Cylindrical-coordinate representation of color #6AD4FE: hue angle of 197.03º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AD4FE is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 212 | 254 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.00 |
| HSL | 197.03º | 0.99% | 0.71% | - |
| HSV(B) | 197.03º | 0.58% | 1% | - |
| XYZ | 47.38 | 57.31 | 102.33 | - |
| YUV | 185.09 | 166.88 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 212 | 254 | 0.58 | 0.17 | 0 | 0.00 | 197.03 | 0.99 | 0.71 |
| Hex | 6A | D4 | FE | 3A | 11 | 0 | 0 | C5 | 63 | 47 |
| Octal | 152 | 324 | 376 | 72 | 21 | 0 | 0 | 305 | 143 | 107 |
| Binary | 1101010 | 11010100 | 11111110 | 111010 | 10001 | 0 | 0 | 11000101 | 1100011 | 1000111 |
Color Harmonies of #6AD4FE
Complementary color
Monochromatic Colors of #6AD4FE
Black with #6AD4FE
Text Example
Text Example
White with #6AD4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD4FE; }
p { color: rgb(106,212,254); }
H1.HeaderClassName
{
color: #6AD4FE;
}
.AnyTagClassName
{
color: #6AD4FE;
}
</style>
background-color css
<style>
a { background-color: #6AD4FE; }
a { background-color: rgb(106,212,254); }
div.DivClassName
{
background-color: #6AD4FE;
}
.BgClassName
{
background-color: #6AD4FE;
}
</style>
border-color css
<style>
span { border-color: #6AD4FE; }
span { border-color: rgb(106,212,254); }
td.TdClassName
{
border-color: #6AD4FE;
}
.TagClassName
{
border-color: #6AD4FE;
}
</style>