Shades of Maya Blue #8DB3FE
Tints of Maya Blue #8DB3FE
RGB
CMYK
RGB Variations
Color information
#8DB3FE (or 0x8DB3FE) is known color: Maya Blue. HEX triplet: 8D, B3 and FE. RGB value is (141,179,254). Sum of RGB (Red+Green+Blue) = 141+179+254=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DB3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3FE is #724C01. Grayscale: #AFAFAF. Windows color (decimal): -7490562 or 16692109. OLE color: 16692109.
HSL color Cylindrical-coordinate representation of color #8DB3FE: hue angle of 219.82º 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 #8DB3FE is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 179 | 254 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.00 |
| HSL | 219.82º | 0.98% | 0.77% | - |
| HSV(B) | 219.82º | 0.44% | 1% | - |
| XYZ | 44.99 | 45.06 | 100.09 | - |
| YUV | 176.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 254 | 0.44 | 0.30 | 0 | 0.00 | 219.82 | 0.98 | 0.77 |
| Hex | 8D | B3 | FE | 2C | 1E | 0 | 0 | DC | 62 | 4D |
| Octal | 215 | 263 | 376 | 54 | 36 | 0 | 0 | 334 | 142 | 115 |
| Binary | 10001101 | 10110011 | 11111110 | 101100 | 11110 | 0 | 0 | 11011100 | 1100010 | 1001101 |
Color Harmonies of #8DB3FE
Complementary color
Monochromatic Colors of #8DB3FE
Black with #8DB3FE
Text Example
Text Example
White with #8DB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3FE; }
p { color: rgb(141,179,254); }
H1.HeaderClassName
{
color: #8DB3FE;
}
.AnyTagClassName
{
color: #8DB3FE;
}
</style>
background-color css
<style>
a { background-color: #8DB3FE; }
a { background-color: rgb(141,179,254); }
div.DivClassName
{
background-color: #8DB3FE;
}
.BgClassName
{
background-color: #8DB3FE;
}
</style>
border-color css
<style>
span { border-color: #8DB3FE; }
span { border-color: rgb(141,179,254); }
td.TdClassName
{
border-color: #8DB3FE;
}
.TagClassName
{
border-color: #8DB3FE;
}
</style>