#9EAABD

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

Shades of Rock Blue #9EAABD

Tints of Rock Blue #9EAABD

Color information

#9EAABD (or 0x9EAABD) is unknown color: approx Rock Blue. HEX triplet: 9E, AA and BD. RGB value is (158,170,189). Sum of RGB (Red+Green+Blue) = 158+170+189=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAABD is #615542. Grayscale: #A8A8A8. Windows color (decimal): -6378819 or 12429982. OLE color: 12429982.

HSL color Cylindrical-coordinate representation of color #9EAABD: hue angle of 216.77º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EAABD is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB158170189-
CMYK0.160.1000.26
HSL216.77º19.02%68.04%-
HSV(B)216.77º16.4%74.12%-
XYZ37.6639.6953.82-
YUV168.58139.52120.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=30.56%
G=32.88%
B=36.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581701890.160.1000.26216.7719.0268.04
Hex9EAABD10A01Ad91344
Octal236252275201203233123104
Binary10011110101010101011110110000101001101011011001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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