#9DACBF

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

Shades of Rock Blue #9DACBF

Tints of Rock Blue #9DACBF

Color information

#9DACBF (or 0x9DACBF) is unknown color: approx Rock Blue. HEX triplet: 9D, AC and BF. RGB value is (157,172,191). Sum of RGB (Red+Green+Blue) = 157+172+191=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACBF is #625340. Grayscale: #A9A9A9. Windows color (decimal): -6443841 or 12561565. OLE color: 12561565.

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

Color convert

RGB157172191-
CMYK0.180.1000.25
HSL213.53º20.99%68.24%-
HSV(B)213.53º17.8%74.9%-
XYZ38.0640.4355.09-
YUV169.68140.03118.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 191 (75% from 255) = 36.73%
R=30.19%
G=33.08%
B=36.73%

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
Decimal1571721910.180.1000.25213.5320.9968.24
Hex9DACBF12A019d61544
Octal235254277221203132625104
Binary10011101101011001011111110010101001100111010110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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