Shades of Maya Blue #8BB1FE
Tints of Maya Blue #8BB1FE
RGB
CMYK
RGB Variations
Color information
#8BB1FE (or 0x8BB1FE) is known color: Maya Blue. HEX triplet: 8B, B1 and FE. RGB value is (139,177,254). Sum of RGB (Red+Green+Blue) = 139+177+254=570 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.39% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BB1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB1FE is #744E01. Grayscale: #AEAEAE. Windows color (decimal): -7622146 or 16691595. OLE color: 16691595.
HSL color Cylindrical-coordinate representation of color #8BB1FE: hue angle of 220.17º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BB1FE is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 177 | 254 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.00 |
| HSL | 220.17º | 0.98% | 0.77% | - |
| HSV(B) | 220.17º | 0.45% | 1% | - |
| XYZ | 44.26 | 44.09 | 99.94 | - |
| YUV | 174.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 254 | 0.45 | 0.30 | 0 | 0.00 | 220.17 | 0.98 | 0.77 |
| Hex | 8B | B1 | FE | 2D | 1E | 0 | 0 | DC | 62 | 4D |
| Octal | 213 | 261 | 376 | 55 | 36 | 0 | 0 | 334 | 142 | 115 |
| Binary | 10001011 | 10110001 | 11111110 | 101101 | 11110 | 0 | 0 | 11011100 | 1100010 | 1001101 |
Color Harmonies of #8BB1FE
Complementary color
Monochromatic Colors of #8BB1FE
Black with #8BB1FE
Text Example
Text Example
White with #8BB1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB1FE; }
p { color: rgb(139,177,254); }
H1.HeaderClassName
{
color: #8BB1FE;
}
.AnyTagClassName
{
color: #8BB1FE;
}
</style>
background-color css
<style>
a { background-color: #8BB1FE; }
a { background-color: rgb(139,177,254); }
div.DivClassName
{
background-color: #8BB1FE;
}
.BgClassName
{
background-color: #8BB1FE;
}
</style>
border-color css
<style>
span { border-color: #8BB1FE; }
span { border-color: rgb(139,177,254); }
td.TdClassName
{
border-color: #8BB1FE;
}
.TagClassName
{
border-color: #8BB1FE;
}
</style>