#9EAABC

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

Shades of Rock Blue #9EAABC

Tints of Rock Blue #9EAABC

Color information

#9EAABC (or 0x9EAABC) is unknown color: approx Rock Blue. HEX triplet: 9E, AA and BC. RGB value is (158,170,188). Sum of RGB (Red+Green+Blue) = 158+170+188=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAABC is #615543. Grayscale: #A8A8A8. Windows color (decimal): -6378820 or 12364446. OLE color: 12364446.

HSL color Cylindrical-coordinate representation of color #9EAABC: hue angle of 216º degrees, saturation: 0.18, 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 #9EAABC is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB158170188-
CMYK0.160.1000.26
HSL216º18.29%67.84%-
HSV(B)216º15.96%73.73%-
XYZ37.5539.6553.25-
YUV168.46139.02120.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.62%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=30.62%
G=32.95%
B=36.43%

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
Decimal1581701880.160.1000.2621618.2967.84
Hex9EAABC10A01Ad81244
Octal236252274201203233022104
Binary10011110101010101011110010000101001101011011000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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