#9EAAB8

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

Shades of Rock Blue #9EAAB8

Tints of Rock Blue #9EAAB8

Color information

#9EAAB8 (or 0x9EAAB8) is unknown color: approx Rock Blue. HEX triplet: 9E, AA and B8. RGB value is (158,170,184). Sum of RGB (Red+Green+Blue) = 158+170+184=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 184 - color contains mainly: blue. Hex color #9EAAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAAB8 is #615547. Grayscale: #A7A7A7. Windows color (decimal): -6378824 or 12102302. OLE color: 12102302.

HSL color Cylindrical-coordinate representation of color #9EAAB8: hue angle of 212.31º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EAAB8 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB158170184-
CMYK0.140.0800.28
HSL212.31º15.48%67.06%-
HSV(B)212.31º14.13%72.16%-
XYZ37.1339.4851.01-
YUV168.01137.02120.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.86%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 184 (72.27% from 255) = 35.94%
R=30.86%
G=33.20%
B=35.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1581701840.140.0800.28212.3115.4867.06
Hex9EAAB8E801Cd4f43
Octal236252270161003432417103
Binary100111101010101010111000111010000111001101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAAB8; }

 p { color: rgb(158,170,184); }

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

<style>
 a { background-color: #9EAAB8; }

 a { background-color: rgb(158,170,184); }

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

<style>
 span { border-color: #9EAAB8; }

 span { border-color: rgb(158,170,184); }

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