Shades of Maya Blue #8DB1FE
Tints of Maya Blue #8DB1FE
RGB
CMYK
RGB Variations
Color information
#8DB1FE (or 0x8DB1FE) is known color: Maya Blue. HEX triplet: 8D, B1 and FE. RGB value is (141,177,254). Sum of RGB (Red+Green+Blue) = 141+177+254=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DB1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB1FE is #724E01. Grayscale: #AEAEAE. Windows color (decimal): -7491074 or 16691597. OLE color: 16691597.
HSL color Cylindrical-coordinate representation of color #8DB1FE: hue angle of 220.88º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB1FE is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 177 | 254 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.00 |
| HSL | 220.89º | 0.98% | 0.77% | - |
| HSV(B) | 220.89º | 0.44% | 1% | - |
| XYZ | 44.6 | 44.26 | 99.96 | - |
| YUV | 175.01 | 172.57 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 254 | 0.44 | 0.30 | 0 | 0.00 | 220.89 | 0.98 | 0.77 |
| Hex | 8D | B1 | FE | 2C | 1E | 0 | 0 | DD | 62 | 4D |
| Octal | 215 | 261 | 376 | 54 | 36 | 0 | 0 | 335 | 142 | 115 |
| Binary | 10001101 | 10110001 | 11111110 | 101100 | 11110 | 0 | 0 | 11011101 | 1100010 | 1001101 |
Color Harmonies of #8DB1FE
Complementary color
Monochromatic Colors of #8DB1FE
Black with #8DB1FE
Text Example
Text Example
White with #8DB1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB1FE; }
p { color: rgb(141,177,254); }
H1.HeaderClassName
{
color: #8DB1FE;
}
.AnyTagClassName
{
color: #8DB1FE;
}
</style>
background-color css
<style>
a { background-color: #8DB1FE; }
a { background-color: rgb(141,177,254); }
div.DivClassName
{
background-color: #8DB1FE;
}
.BgClassName
{
background-color: #8DB1FE;
}
</style>
border-color css
<style>
span { border-color: #8DB1FE; }
span { border-color: rgb(141,177,254); }
td.TdClassName
{
border-color: #8DB1FE;
}
.TagClassName
{
border-color: #8DB1FE;
}
</style>