Shades of Maya Blue #8EB2FF
Tints of Maya Blue #8EB2FF
RGB
CMYK
RGB Variations
Color information
#8EB2FF (or 0x8EB2FF) is known color: Maya Blue. HEX triplet: 8E, B2 and FF. RGB value is (142,178,255). Sum of RGB (Red+Green+Blue) = 142+178+255=575 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.70% from 575); Green value is 178 (69.92% from 255 or 30.96% 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 #8EB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EB2FF is #714D00. Grayscale: #AFAFAF. Windows color (decimal): -7425281 or 16757390. OLE color: 16757390.
HSL color Cylindrical-coordinate representation of color #8EB2FF: hue angle of 220.88º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EB2FF is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 178 | 255 | - |
| CMYK | 0.44 | 0.30 | 0 | 0 |
| HSL | 220.89º | 1% | 0.78% | - |
| HSV(B) | 220.89º | 0.44% | 1% | - |
| XYZ | 45.13 | 44.81 | 100.88 | - |
| YUV | 176.01 | 172.57 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 178 | 255 | 0.44 | 0.30 | 0 | 0 | 220.89 | 1 | 0.78 |
| Hex | 8E | B2 | FF | 2C | 1E | 0 | 0 | DD | 64 | 4E |
| Octal | 216 | 262 | 377 | 54 | 36 | 0 | 0 | 335 | 144 | 116 |
| Binary | 10001110 | 10110010 | 11111111 | 101100 | 11110 | 0 | 0 | 11011101 | 1100100 | 1001110 |
Color Harmonies of #8EB2FF
Complementary color
Monochromatic Colors of #8EB2FF
Black with #8EB2FF
Text Example
Text Example
White with #8EB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB2FF; }
p { color: rgb(142,178,255); }
H1.HeaderClassName
{
color: #8EB2FF;
}
.AnyTagClassName
{
color: #8EB2FF;
}
</style>
background-color css
<style>
a { background-color: #8EB2FF; }
a { background-color: rgb(142,178,255); }
div.DivClassName
{
background-color: #8EB2FF;
}
.BgClassName
{
background-color: #8EB2FF;
}
</style>
border-color css
<style>
span { border-color: #8EB2FF; }
span { border-color: rgb(142,178,255); }
td.TdClassName
{
border-color: #8EB2FF;
}
.TagClassName
{
border-color: #8EB2FF;
}
</style>