#9EACC0

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

Shades of Rock Blue #9EACC0

Tints of Rock Blue #9EACC0

Color information

#9EACC0 (or 0x9EACC0) is unknown color: approx Rock Blue. HEX triplet: 9E, AC and C0. RGB value is (158,172,192). Sum of RGB (Red+Green+Blue) = 158+172+192=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #9EACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACC0 is #61533F. Grayscale: #AAAAAA. Windows color (decimal): -6378304 or 12627102. OLE color: 12627102.

HSL color Cylindrical-coordinate representation of color #9EACC0: hue angle of 215.29º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EACC0 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158172192-
CMYK0.180.1000.25
HSL215.29º21.25%68.63%-
HSV(B)215.29º17.71%75.29%-
XYZ38.3740.5855.68-
YUV170.09140.36119.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 192 (75.39% from 255) = 36.78%
R=30.27%
G=32.95%
B=36.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581721920.180.1000.25215.2921.2568.63
Hex9EACC012A019d71545
Octal236254300221203132725105
Binary10011110101011001100000010010101001100111010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,172,192); }

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

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

 a { background-color: rgb(158,172,192); }

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

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

 span { border-color: rgb(158,172,192); }

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