Shades of Maya Blue #8CB3FF
Tints of Maya Blue #8CB3FF
RGB
CMYK
RGB Variations
Color information
#8CB3FF (or 0x8CB3FF) is known color: Maya Blue. HEX triplet: 8C, B3 and FF. RGB value is (140,179,255). Sum of RGB (Red+Green+Blue) = 140+179+255=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CB3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB3FF is #734C00. Grayscale: #AFAFAF. Windows color (decimal): -7556097 or 16757644. OLE color: 16757644.
HSL color Cylindrical-coordinate representation of color #8CB3FF: hue angle of 219.65º 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 #8CB3FF is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 179 | 255 | - |
| CMYK | 0.45 | 0.30 | 0 | 0 |
| HSL | 219.65º | 1% | 0.77% | - |
| HSV(B) | 219.65º | 0.45% | 1% | - |
| XYZ | 44.99 | 45.04 | 100.93 | - |
| YUV | 176 | 172.58 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 255 | 0.45 | 0.30 | 0 | 0 | 219.65 | 1 | 0.77 |
| Hex | 8C | B3 | FF | 2D | 1E | 0 | 0 | DC | 64 | 4D |
| Octal | 214 | 263 | 377 | 55 | 36 | 0 | 0 | 334 | 144 | 115 |
| Binary | 10001100 | 10110011 | 11111111 | 101101 | 11110 | 0 | 0 | 11011100 | 1100100 | 1001101 |
Color Harmonies of #8CB3FF
Complementary color
Monochromatic Colors of #8CB3FF
Black with #8CB3FF
Text Example
Text Example
White with #8CB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB3FF; }
p { color: rgb(140,179,255); }
H1.HeaderClassName
{
color: #8CB3FF;
}
.AnyTagClassName
{
color: #8CB3FF;
}
</style>
background-color css
<style>
a { background-color: #8CB3FF; }
a { background-color: rgb(140,179,255); }
div.DivClassName
{
background-color: #8CB3FF;
}
.BgClassName
{
background-color: #8CB3FF;
}
</style>
border-color css
<style>
span { border-color: #8CB3FF; }
span { border-color: rgb(140,179,255); }
td.TdClassName
{
border-color: #8CB3FF;
}
.TagClassName
{
border-color: #8CB3FF;
}
</style>