Shades of Maya Blue #8DB3FF
Tints of Maya Blue #8DB3FF
RGB
CMYK
RGB Variations
Color information
#8DB3FF (or 0x8DB3FF) is known color: Maya Blue. HEX triplet: 8D, B3 and FF. RGB value is (141,179,255). Sum of RGB (Red+Green+Blue) = 141+179+255=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DB3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3FF is #724C00. Grayscale: #AFAFAF. Windows color (decimal): -7490561 or 16757645. OLE color: 16757645.
HSL color Cylindrical-coordinate representation of color #8DB3FF: hue angle of 220º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB3FF is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 179 | 255 | - |
| CMYK | 0.45 | 0.30 | 0 | 0 |
| HSL | 220º | 1% | 0.78% | - |
| HSV(B) | 220º | 0.45% | 1% | - |
| XYZ | 45.15 | 45.12 | 100.94 | - |
| YUV | 176.3 | 172.41 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 255 | 0.45 | 0.30 | 0 | 0 | 220 | 1 | 0.78 |
| Hex | 8D | B3 | FF | 2D | 1E | 0 | 0 | DC | 64 | 4E |
| Octal | 215 | 263 | 377 | 55 | 36 | 0 | 0 | 334 | 144 | 116 |
| Binary | 10001101 | 10110011 | 11111111 | 101101 | 11110 | 0 | 0 | 11011100 | 1100100 | 1001110 |
Color Harmonies of #8DB3FF
Complementary color
Monochromatic Colors of #8DB3FF
Black with #8DB3FF
Text Example
Text Example
White with #8DB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3FF; }
p { color: rgb(141,179,255); }
H1.HeaderClassName
{
color: #8DB3FF;
}
.AnyTagClassName
{
color: #8DB3FF;
}
</style>
background-color css
<style>
a { background-color: #8DB3FF; }
a { background-color: rgb(141,179,255); }
div.DivClassName
{
background-color: #8DB3FF;
}
.BgClassName
{
background-color: #8DB3FF;
}
</style>
border-color css
<style>
span { border-color: #8DB3FF; }
span { border-color: rgb(141,179,255); }
td.TdClassName
{
border-color: #8DB3FF;
}
.TagClassName
{
border-color: #8DB3FF;
}
</style>