Shades of Maya Blue #6ABDF8
Tints of Maya Blue #6ABDF8
RGB
CMYK
RGB Variations
Color information
#6ABDF8 (or 0x6ABDF8) is known color: Maya Blue. HEX triplet: 6A, BD and F8. RGB value is (106,189,248). Sum of RGB (Red+Green+Blue) = 106+189+248=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #6ABDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABDF8 is #954207. Grayscale: #AAAAAA. Windows color (decimal): -9781768 or 16301418. OLE color: 16301418.
HSL color Cylindrical-coordinate representation of color #6ABDF8: hue angle of 204.93º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ABDF8 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 189 | 248 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.03 |
| HSL | 204.93º | 0.91% | 0.69% | - |
| HSV(B) | 204.93º | 0.57% | 0.97% | - |
| XYZ | 41.08 | 46.24 | 95.57 | - |
| YUV | 170.91 | 171.5 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 248 | 0.57 | 0.24 | 0 | 0.03 | 204.93 | 0.91 | 0.69 |
| Hex | 6A | BD | F8 | 39 | 18 | 0 | 3 | CD | 5B | 45 |
| Octal | 152 | 275 | 370 | 71 | 30 | 0 | 3 | 315 | 133 | 105 |
| Binary | 1101010 | 10111101 | 11111000 | 111001 | 11000 | 0 | 11 | 11001101 | 1011011 | 1000101 |
Color Harmonies of #6ABDF8
Complementary color
Monochromatic Colors of #6ABDF8
Black with #6ABDF8
Text Example
Text Example
White with #6ABDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABDF8; }
p { color: rgb(106,189,248); }
H1.HeaderClassName
{
color: #6ABDF8;
}
.AnyTagClassName
{
color: #6ABDF8;
}
</style>
background-color css
<style>
a { background-color: #6ABDF8; }
a { background-color: rgb(106,189,248); }
div.DivClassName
{
background-color: #6ABDF8;
}
.BgClassName
{
background-color: #6ABDF8;
}
</style>
border-color css
<style>
span { border-color: #6ABDF8; }
span { border-color: rgb(106,189,248); }
td.TdClassName
{
border-color: #6ABDF8;
}
.TagClassName
{
border-color: #6ABDF8;
}
</style>