Shades of Rock Blue #8AA0B5
Tints of Rock Blue #8AA0B5
RGB
CMYK
RGB Variations
Color information
#8AA0B5 (or 0x8AA0B5) is known color: Rock Blue. HEX triplet: 8A, A0 and B5. RGB value is (138,160,181). Sum of RGB (Red+Green+Blue) = 138+160+181=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #8AA0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA0B5 is #755F4A. Grayscale: #9B9B9B. Windows color (decimal): -7692107 or 11903114. OLE color: 11903114.
HSL color Cylindrical-coordinate representation of color #8AA0B5: hue angle of 209.3º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AA0B5 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 160 | 181 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.29 |
| HSL | 209.3º | 0.23% | 0.63% | - |
| HSV(B) | 209.3º | 0.24% | 0.71% | - |
| XYZ | 31.39 | 33.88 | 48.6 | - |
| YUV | 155.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 181 | 0.24 | 0.12 | 0 | 0.29 | 209.3 | 0.23 | 0.63 |
| Hex | 8A | A0 | B5 | 18 | C | 0 | 1D | D1 | 17 | 3F |
| Octal | 212 | 240 | 265 | 30 | 14 | 0 | 35 | 321 | 27 | 77 |
| Binary | 10001010 | 10100000 | 10110101 | 11000 | 1100 | 0 | 11101 | 11010001 | 10111 | 111111 |
Color Harmonies of #8AA0B5
Complementary color
Monochromatic Colors of #8AA0B5
Black with #8AA0B5
Text Example
Text Example
White with #8AA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA0B5; }
p { color: rgb(138,160,181); }
H1.HeaderClassName
{
color: #8AA0B5;
}
.AnyTagClassName
{
color: #8AA0B5;
}
</style>
background-color css
<style>
a { background-color: #8AA0B5; }
a { background-color: rgb(138,160,181); }
div.DivClassName
{
background-color: #8AA0B5;
}
.BgClassName
{
background-color: #8AA0B5;
}
</style>
border-color css
<style>
span { border-color: #8AA0B5; }
span { border-color: rgb(138,160,181); }
td.TdClassName
{
border-color: #8AA0B5;
}
.TagClassName
{
border-color: #8AA0B5;
}
</style>