Shades of Maya Blue #8AB3FF
Tints of Maya Blue #8AB3FF
RGB
CMYK
RGB Variations
Color information
#8AB3FF (or 0x8AB3FF) is known color: Maya Blue. HEX triplet: 8A, B3 and FF. RGB value is (138,179,255). Sum of RGB (Red+Green+Blue) = 138+179+255=572 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.13% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AB3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB3FF is #754C00. Grayscale: #AFAFAF. Windows color (decimal): -7687169 or 16757642. OLE color: 16757642.
HSL color Cylindrical-coordinate representation of color #8AB3FF: hue angle of 218.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AB3FF is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 179 | 255 | - |
| CMYK | 0.46 | 0.30 | 0 | 0 |
| HSL | 218.97º | 1% | 0.77% | - |
| HSV(B) | 218.97º | 0.46% | 1% | - |
| XYZ | 44.65 | 44.86 | 100.91 | - |
| YUV | 175.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 255 | 0.46 | 0.30 | 0 | 0 | 218.97 | 1 | 0.77 |
| Hex | 8A | B3 | FF | 2E | 1E | 0 | 0 | DB | 64 | 4D |
| Octal | 212 | 263 | 377 | 56 | 36 | 0 | 0 | 333 | 144 | 115 |
| Binary | 10001010 | 10110011 | 11111111 | 101110 | 11110 | 0 | 0 | 11011011 | 1100100 | 1001101 |
Color Harmonies of #8AB3FF
Complementary color
Monochromatic Colors of #8AB3FF
Black with #8AB3FF
Text Example
Text Example
White with #8AB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB3FF; }
p { color: rgb(138,179,255); }
H1.HeaderClassName
{
color: #8AB3FF;
}
.AnyTagClassName
{
color: #8AB3FF;
}
</style>
background-color css
<style>
a { background-color: #8AB3FF; }
a { background-color: rgb(138,179,255); }
div.DivClassName
{
background-color: #8AB3FF;
}
.BgClassName
{
background-color: #8AB3FF;
}
</style>
border-color css
<style>
span { border-color: #8AB3FF; }
span { border-color: rgb(138,179,255); }
td.TdClassName
{
border-color: #8AB3FF;
}
.TagClassName
{
border-color: #8AB3FF;
}
</style>