#9EACBF

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

Shades of Rock Blue #9EACBF

Tints of Rock Blue #9EACBF

Color information

#9EACBF (or 0x9EACBF) is unknown color: approx Rock Blue. HEX triplet: 9E, AC and BF. RGB value is (158,172,191). Sum of RGB (Red+Green+Blue) = 158+172+191=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACBF is #615340. Grayscale: #A9A9A9. Windows color (decimal): -6378305 or 12561566. OLE color: 12561566.

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

Color convert

RGB158172191-
CMYK0.170.1000.25
HSL214.55º20.5%68.43%-
HSV(B)214.55º17.28%74.9%-
XYZ38.2640.5455.1-
YUV169.98139.86119.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.33%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 191 (75% from 255) = 36.66%
R=30.33%
G=33.01%
B=36.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581721910.170.1000.25214.5520.568.43
Hex9EACBF11A019d71444
Octal236254277211203132724104
Binary10011110101011001011111110001101001100111010111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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