Shades of Maya Blue #8AB5F9
Tints of Maya Blue #8AB5F9
RGB
CMYK
RGB Variations
Color information
#8AB5F9 (or 0x8AB5F9) is known color: Maya Blue. HEX triplet: 8A, B5 and F9. RGB value is (138,181,249). Sum of RGB (Red+Green+Blue) = 138+181+249=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AB5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB5F9 is #754A06. Grayscale: #AFAFAF. Windows color (decimal): -7686663 or 16364938. OLE color: 16364938.
HSL color Cylindrical-coordinate representation of color #8AB5F9: hue angle of 216.76º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AB5F9 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 181 | 249 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.02 |
| HSL | 216.76º | 0.9% | 0.76% | - |
| HSV(B) | 216.76º | 0.45% | 0.98% | - |
| XYZ | 44.1 | 45.29 | 96.04 | - |
| YUV | 175.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 249 | 0.45 | 0.27 | 0 | 0.02 | 216.76 | 0.9 | 0.76 |
| Hex | 8A | B5 | F9 | 2D | 1B | 0 | 2 | D9 | 5A | 4C |
| Octal | 212 | 265 | 371 | 55 | 33 | 0 | 2 | 331 | 132 | 114 |
| Binary | 10001010 | 10110101 | 11111001 | 101101 | 11011 | 0 | 10 | 11011001 | 1011010 | 1001100 |
Color Harmonies of #8AB5F9
Complementary color
Monochromatic Colors of #8AB5F9
Black with #8AB5F9
Text Example
Text Example
White with #8AB5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB5F9; }
p { color: rgb(138,181,249); }
H1.HeaderClassName
{
color: #8AB5F9;
}
.AnyTagClassName
{
color: #8AB5F9;
}
</style>
background-color css
<style>
a { background-color: #8AB5F9; }
a { background-color: rgb(138,181,249); }
div.DivClassName
{
background-color: #8AB5F9;
}
.BgClassName
{
background-color: #8AB5F9;
}
</style>
border-color css
<style>
span { border-color: #8AB5F9; }
span { border-color: rgb(138,181,249); }
td.TdClassName
{
border-color: #8AB5F9;
}
.TagClassName
{
border-color: #8AB5F9;
}
</style>