#8EA1BB

Color #8EA1BB Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8EA1BB

Tints of Rock Blue #8EA1BB

Color information

#8EA1BB (or 0x8EA1BB) is unknown color: approx Rock Blue. HEX triplet: 8E, A1 and BB. RGB value is (142,161,187). Sum of RGB (Red+Green+Blue) = 142+161+187=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #8EA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA1BB is #715E44. Grayscale: #9E9E9E. Windows color (decimal): -7429701 or 12296590. OLE color: 12296590.

HSL color Cylindrical-coordinate representation of color #8EA1BB: hue angle of 214.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EA1BB is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142161187-
CMYK0.240.1400.27
HSL214.67º24.86%64.51%-
HSV(B)214.67º24.06%73.33%-
XYZ32.8734.8352-
YUV158.28144.21116.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 28.98%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=28.98%
G=32.86%
B=38.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421611870.240.1400.27214.6724.8664.51
Hex8EA1BB18E01Bd71941
Octal216241273301603332731101
Binary10001110101000011011101111000111001101111010111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA1BB; }

 p { color: rgb(142,161,187); }

 H1.HeaderClassName
 {
   color: #8EA1BB;
 }
 .AnyTagClassName
 {
   color: #8EA1BB;
 }
</style>
background-color css

<style>
 a { background-color: #8EA1BB; }

 a { background-color: rgb(142,161,187); }

 div.DivClassName
 {
   background-color: #8EA1BB;
 }
 .BgClassName
 {
   background-color: #8EA1BB;
 }
</style>
border-color css

<style>
 span { border-color: #8EA1BB; }

 span { border-color: rgb(142,161,187); }

 td.TdClassName
 {
   border-color: #8EA1BB;
 }
 .TagClassName
 {
   border-color: #8EA1BB;
 }
</style>