Shades of Maya Blue #8CB4FF
Tints of Maya Blue #8CB4FF
RGB
CMYK
RGB Variations
Color information
#8CB4FF (or 0x8CB4FF) is known color: Maya Blue. HEX triplet: 8C, B4 and FF. RGB value is (140,180,255). Sum of RGB (Red+Green+Blue) = 140+180+255=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 180 (70.70% from 255 or 31.30% 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 #8CB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB4FF is #734B00. Grayscale: #B0B0B0. Windows color (decimal): -7555841 or 16757900. OLE color: 16757900.
HSL color Cylindrical-coordinate representation of color #8CB4FF: hue angle of 219.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CB4FF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 180 | 255 | - |
| CMYK | 0.45 | 0.29 | 0 | 0 |
| HSL | 219.13º | 1% | 0.77% | - |
| HSV(B) | 219.13º | 0.45% | 1% | - |
| XYZ | 45.19 | 45.44 | 101 | - |
| YUV | 176.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 255 | 0.45 | 0.29 | 0 | 0 | 219.13 | 1 | 0.77 |
| Hex | 8C | B4 | FF | 2D | 1D | 0 | 0 | DB | 64 | 4D |
| Octal | 214 | 264 | 377 | 55 | 35 | 0 | 0 | 333 | 144 | 115 |
| Binary | 10001100 | 10110100 | 11111111 | 101101 | 11101 | 0 | 0 | 11011011 | 1100100 | 1001101 |
Color Harmonies of #8CB4FF
Complementary color
Monochromatic Colors of #8CB4FF
Black with #8CB4FF
Text Example
Text Example
White with #8CB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB4FF; }
p { color: rgb(140,180,255); }
H1.HeaderClassName
{
color: #8CB4FF;
}
.AnyTagClassName
{
color: #8CB4FF;
}
</style>
background-color css
<style>
a { background-color: #8CB4FF; }
a { background-color: rgb(140,180,255); }
div.DivClassName
{
background-color: #8CB4FF;
}
.BgClassName
{
background-color: #8CB4FF;
}
</style>
border-color css
<style>
span { border-color: #8CB4FF; }
span { border-color: rgb(140,180,255); }
td.TdClassName
{
border-color: #8CB4FF;
}
.TagClassName
{
border-color: #8CB4FF;
}
</style>