Shades of Maya Blue #8AB6F7
Tints of Maya Blue #8AB6F7
RGB
CMYK
RGB Variations
Color information
#8AB6F7 (or 0x8AB6F7) is known color: Maya Blue. HEX triplet: 8A, B6 and F7. RGB value is (138,182,247). Sum of RGB (Red+Green+Blue) = 138+182+247=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #8AB6F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB6F7 is #754908. Grayscale: #AFAFAF. Windows color (decimal): -7686409 or 16234122. OLE color: 16234122.
HSL color Cylindrical-coordinate representation of color #8AB6F7: hue angle of 215.78º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AB6F7 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 182 | 247 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.03 |
| HSL | 215.78º | 0.87% | 0.75% | - |
| HSV(B) | 215.78º | 0.44% | 0.97% | - |
| XYZ | 44 | 45.57 | 94.47 | - |
| YUV | 176.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 247 | 0.44 | 0.26 | 0 | 0.03 | 215.78 | 0.87 | 0.75 |
| Hex | 8A | B6 | F7 | 2C | 1A | 0 | 3 | D8 | 57 | 4B |
| Octal | 212 | 266 | 367 | 54 | 32 | 0 | 3 | 330 | 127 | 113 |
| Binary | 10001010 | 10110110 | 11110111 | 101100 | 11010 | 0 | 11 | 11011000 | 1010111 | 1001011 |
Color Harmonies of #8AB6F7
Complementary color
Monochromatic Colors of #8AB6F7
Black with #8AB6F7
Text Example
Text Example
White with #8AB6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB6F7; }
p { color: rgb(138,182,247); }
H1.HeaderClassName
{
color: #8AB6F7;
}
.AnyTagClassName
{
color: #8AB6F7;
}
</style>
background-color css
<style>
a { background-color: #8AB6F7; }
a { background-color: rgb(138,182,247); }
div.DivClassName
{
background-color: #8AB6F7;
}
.BgClassName
{
background-color: #8AB6F7;
}
</style>
border-color css
<style>
span { border-color: #8AB6F7; }
span { border-color: rgb(138,182,247); }
td.TdClassName
{
border-color: #8AB6F7;
}
.TagClassName
{
border-color: #8AB6F7;
}
</style>