Shades of Maya Blue #8DB3FD
Tints of Maya Blue #8DB3FD
RGB
CMYK
RGB Variations
Color information
#8DB3FD (or 0x8DB3FD) is known color: Maya Blue. HEX triplet: 8D, B3 and FD. RGB value is (141,179,253). Sum of RGB (Red+Green+Blue) = 141+179+253=573 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.61% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DB3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3FD is #724C02. Grayscale: #AFAFAF. Windows color (decimal): -7490563 or 16626573. OLE color: 16626573.
HSL color Cylindrical-coordinate representation of color #8DB3FD: hue angle of 219.64º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB3FD is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 179 | 253 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.01 |
| HSL | 219.64º | 0.97% | 0.77% | - |
| HSV(B) | 219.64º | 0.44% | 0.99% | - |
| XYZ | 44.83 | 44.99 | 99.25 | - |
| YUV | 176.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 253 | 0.44 | 0.29 | 0 | 0.01 | 219.64 | 0.97 | 0.77 |
| Hex | 8D | B3 | FD | 2C | 1D | 0 | 1 | DC | 61 | 4D |
| Octal | 215 | 263 | 375 | 54 | 35 | 0 | 1 | 334 | 141 | 115 |
| Binary | 10001101 | 10110011 | 11111101 | 101100 | 11101 | 0 | 1 | 11011100 | 1100001 | 1001101 |
Color Harmonies of #8DB3FD
Complementary color
Monochromatic Colors of #8DB3FD
Black with #8DB3FD
Text Example
Text Example
White with #8DB3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3FD; }
p { color: rgb(141,179,253); }
H1.HeaderClassName
{
color: #8DB3FD;
}
.AnyTagClassName
{
color: #8DB3FD;
}
</style>
background-color css
<style>
a { background-color: #8DB3FD; }
a { background-color: rgb(141,179,253); }
div.DivClassName
{
background-color: #8DB3FD;
}
.BgClassName
{
background-color: #8DB3FD;
}
</style>
border-color css
<style>
span { border-color: #8DB3FD; }
span { border-color: rgb(141,179,253); }
td.TdClassName
{
border-color: #8DB3FD;
}
.TagClassName
{
border-color: #8DB3FD;
}
</style>