Shades of Maya Blue #8CB0FF
Tints of Maya Blue #8CB0FF
RGB
CMYK
RGB Variations
Color information
#8CB0FF (or 0x8CB0FF) is known color: Maya Blue. HEX triplet: 8C, B0 and FF. RGB value is (140,176,255). Sum of RGB (Red+Green+Blue) = 140+176+255=571 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.52% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB0FF is #734F00. Grayscale: #ADADAD. Windows color (decimal): -7556865 or 16756876. OLE color: 16756876.
HSL color Cylindrical-coordinate representation of color #8CB0FF: hue angle of 221.22º 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 #8CB0FF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 176 | 255 | - |
| CMYK | 0.45 | 0.31 | 0 | 0 |
| HSL | 221.22º | 1% | 0.77% | - |
| HSV(B) | 221.22º | 0.45% | 1% | - |
| XYZ | 44.39 | 43.85 | 100.73 | - |
| YUV | 174.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 255 | 0.45 | 0.31 | 0 | 0 | 221.22 | 1 | 0.77 |
| Hex | 8C | B0 | FF | 2D | 1F | 0 | 0 | DD | 64 | 4D |
| Octal | 214 | 260 | 377 | 55 | 37 | 0 | 0 | 335 | 144 | 115 |
| Binary | 10001100 | 10110000 | 11111111 | 101101 | 11111 | 0 | 0 | 11011101 | 1100100 | 1001101 |
Color Harmonies of #8CB0FF
Complementary color
Monochromatic Colors of #8CB0FF
Black with #8CB0FF
Text Example
Text Example
White with #8CB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB0FF; }
p { color: rgb(140,176,255); }
H1.HeaderClassName
{
color: #8CB0FF;
}
.AnyTagClassName
{
color: #8CB0FF;
}
</style>
background-color css
<style>
a { background-color: #8CB0FF; }
a { background-color: rgb(140,176,255); }
div.DivClassName
{
background-color: #8CB0FF;
}
.BgClassName
{
background-color: #8CB0FF;
}
</style>
border-color css
<style>
span { border-color: #8CB0FF; }
span { border-color: rgb(140,176,255); }
td.TdClassName
{
border-color: #8CB0FF;
}
.TagClassName
{
border-color: #8CB0FF;
}
</style>