Shades of Maya Blue #8DB2FD
Tints of Maya Blue #8DB2FD
RGB
CMYK
RGB Variations
Color information
#8DB2FD (or 0x8DB2FD) is known color: Maya Blue. HEX triplet: 8D, B2 and FD. RGB value is (141,178,253). Sum of RGB (Red+Green+Blue) = 141+178+253=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DB2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB2FD is #724D02. Grayscale: #AFAFAF. Windows color (decimal): -7490819 or 16626317. OLE color: 16626317.
HSL color Cylindrical-coordinate representation of color #8DB2FD: hue angle of 220.18º 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 #8DB2FD is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 178 | 253 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.01 |
| HSL | 220.18º | 0.97% | 0.77% | - |
| HSV(B) | 220.18º | 0.44% | 0.99% | - |
| XYZ | 44.63 | 44.6 | 99.18 | - |
| YUV | 175.49 | 171.74 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 253 | 0.44 | 0.30 | 0 | 0.01 | 220.18 | 0.97 | 0.77 |
| Hex | 8D | B2 | FD | 2C | 1E | 0 | 1 | DC | 61 | 4D |
| Octal | 215 | 262 | 375 | 54 | 36 | 0 | 1 | 334 | 141 | 115 |
| Binary | 10001101 | 10110010 | 11111101 | 101100 | 11110 | 0 | 1 | 11011100 | 1100001 | 1001101 |
Color Harmonies of #8DB2FD
Complementary color
Monochromatic Colors of #8DB2FD
Black with #8DB2FD
Text Example
Text Example
White with #8DB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2FD; }
p { color: rgb(141,178,253); }
H1.HeaderClassName
{
color: #8DB2FD;
}
.AnyTagClassName
{
color: #8DB2FD;
}
</style>
background-color css
<style>
a { background-color: #8DB2FD; }
a { background-color: rgb(141,178,253); }
div.DivClassName
{
background-color: #8DB2FD;
}
.BgClassName
{
background-color: #8DB2FD;
}
</style>
border-color css
<style>
span { border-color: #8DB2FD; }
span { border-color: rgb(141,178,253); }
td.TdClassName
{
border-color: #8DB2FD;
}
.TagClassName
{
border-color: #8DB2FD;
}
</style>