Shades of Maya Blue #8BB0FF
Tints of Maya Blue #8BB0FF
RGB
CMYK
RGB Variations
Color information
#8BB0FF (or 0x8BB0FF) is known color: Maya Blue. HEX triplet: 8B, B0 and FF. RGB value is (139,176,255). Sum of RGB (Red+Green+Blue) = 139+176+255=570 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.39% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB0FF is #744F00. Grayscale: #ADADAD. Windows color (decimal): -7622401 or 16756875. OLE color: 16756875.
HSL color Cylindrical-coordinate representation of color #8BB0FF: hue angle of 220.86º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BB0FF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 176 | 255 | - |
| CMYK | 0.45 | 0.31 | 0 | 0 |
| HSL | 220.86º | 1% | 0.77% | - |
| HSV(B) | 220.86º | 0.45% | 1% | - |
| XYZ | 44.22 | 43.76 | 100.72 | - |
| YUV | 173.94 | 173.74 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 255 | 0.45 | 0.31 | 0 | 0 | 220.86 | 1 | 0.77 |
| Hex | 8B | B0 | FF | 2D | 1F | 0 | 0 | DD | 64 | 4D |
| Octal | 213 | 260 | 377 | 55 | 37 | 0 | 0 | 335 | 144 | 115 |
| Binary | 10001011 | 10110000 | 11111111 | 101101 | 11111 | 0 | 0 | 11011101 | 1100100 | 1001101 |
Color Harmonies of #8BB0FF
Complementary color
Monochromatic Colors of #8BB0FF
Black with #8BB0FF
Text Example
Text Example
White with #8BB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB0FF; }
p { color: rgb(139,176,255); }
H1.HeaderClassName
{
color: #8BB0FF;
}
.AnyTagClassName
{
color: #8BB0FF;
}
</style>
background-color css
<style>
a { background-color: #8BB0FF; }
a { background-color: rgb(139,176,255); }
div.DivClassName
{
background-color: #8BB0FF;
}
.BgClassName
{
background-color: #8BB0FF;
}
</style>
border-color css
<style>
span { border-color: #8BB0FF; }
span { border-color: rgb(139,176,255); }
td.TdClassName
{
border-color: #8BB0FF;
}
.TagClassName
{
border-color: #8BB0FF;
}
</style>