Shades of Maya Blue #6ABFEF
Tints of Maya Blue #6ABFEF
RGB
CMYK
RGB Variations
Color information
#6ABFEF (or 0x6ABFEF) is known color: Maya Blue. HEX triplet: 6A, BF and EF. RGB value is (106,191,239). Sum of RGB (Red+Green+Blue) = 106+191+239=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #6ABFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABFEF is #954010. Grayscale: #AAAAAA. Windows color (decimal): -9781265 or 15712106. OLE color: 15712106.
HSL color Cylindrical-coordinate representation of color #6ABFEF: hue angle of 201.65º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ABFEF is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 191 | 239 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.06 |
| HSL | 201.65º | 0.81% | 0.68% | - |
| HSV(B) | 201.65º | 0.56% | 0.94% | - |
| XYZ | 40.15 | 46.56 | 88.53 | - |
| YUV | 171.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 239 | 0.56 | 0.20 | 0 | 0.06 | 201.65 | 0.81 | 0.68 |
| Hex | 6A | BF | EF | 38 | 14 | 0 | 6 | CA | 51 | 44 |
| Octal | 152 | 277 | 357 | 70 | 24 | 0 | 6 | 312 | 121 | 104 |
| Binary | 1101010 | 10111111 | 11101111 | 111000 | 10100 | 0 | 110 | 11001010 | 1010001 | 1000100 |
Color Harmonies of #6ABFEF
Complementary color
Monochromatic Colors of #6ABFEF
Black with #6ABFEF
Text Example
Text Example
White with #6ABFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFEF; }
p { color: rgb(106,191,239); }
H1.HeaderClassName
{
color: #6ABFEF;
}
.AnyTagClassName
{
color: #6ABFEF;
}
</style>
background-color css
<style>
a { background-color: #6ABFEF; }
a { background-color: rgb(106,191,239); }
div.DivClassName
{
background-color: #6ABFEF;
}
.BgClassName
{
background-color: #6ABFEF;
}
</style>
border-color css
<style>
span { border-color: #6ABFEF; }
span { border-color: rgb(106,191,239); }
td.TdClassName
{
border-color: #6ABFEF;
}
.TagClassName
{
border-color: #6ABFEF;
}
</style>