Shades of Maya Blue #8AB6FE
Tints of Maya Blue #8AB6FE
RGB
CMYK
RGB Variations
Color information
#8AB6FE (or 0x8AB6FE) is known color: Maya Blue. HEX triplet: 8A, B6 and FE. RGB value is (138,182,254). Sum of RGB (Red+Green+Blue) = 138+182+254=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB6FE is #754901. Grayscale: #B0B0B0. Windows color (decimal): -7686402 or 16692874. OLE color: 16692874.
HSL color Cylindrical-coordinate representation of color #8AB6FE: hue angle of 217.24º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AB6FE is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 182 | 254 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.00 |
| HSL | 217.24º | 0.98% | 0.77% | - |
| HSV(B) | 217.24º | 0.46% | 1% | - |
| XYZ | 45.1 | 46.01 | 100.27 | - |
| YUV | 177.05 | 171.42 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 254 | 0.46 | 0.28 | 0 | 0.00 | 217.24 | 0.98 | 0.77 |
| Hex | 8A | B6 | FE | 2E | 1C | 0 | 0 | D9 | 62 | 4D |
| Octal | 212 | 266 | 376 | 56 | 34 | 0 | 0 | 331 | 142 | 115 |
| Binary | 10001010 | 10110110 | 11111110 | 101110 | 11100 | 0 | 0 | 11011001 | 1100010 | 1001101 |
Color Harmonies of #8AB6FE
Complementary color
Monochromatic Colors of #8AB6FE
Black with #8AB6FE
Text Example
Text Example
White with #8AB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB6FE; }
p { color: rgb(138,182,254); }
H1.HeaderClassName
{
color: #8AB6FE;
}
.AnyTagClassName
{
color: #8AB6FE;
}
</style>
background-color css
<style>
a { background-color: #8AB6FE; }
a { background-color: rgb(138,182,254); }
div.DivClassName
{
background-color: #8AB6FE;
}
.BgClassName
{
background-color: #8AB6FE;
}
</style>
border-color css
<style>
span { border-color: #8AB6FE; }
span { border-color: rgb(138,182,254); }
td.TdClassName
{
border-color: #8AB6FE;
}
.TagClassName
{
border-color: #8AB6FE;
}
</style>