#9DACBE

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

Shades of Rock Blue #9DACBE

Tints of Rock Blue #9DACBE

Color information

#9DACBE (or 0x9DACBE) is unknown color: approx Rock Blue. HEX triplet: 9D, AC and BE. RGB value is (157,172,190). Sum of RGB (Red+Green+Blue) = 157+172+190=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACBE is #625341. Grayscale: #A9A9A9. Windows color (decimal): -6443842 or 12496029. OLE color: 12496029.

HSL color Cylindrical-coordinate representation of color #9DACBE: hue angle of 212.73º 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 #9DACBE is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157172190-
CMYK0.170.0900.25
HSL212.73º20.25%68.04%-
HSV(B)212.73º17.37%74.51%-
XYZ37.9540.3954.51-
YUV169.57139.53119.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.25%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=30.25%
G=33.14%
B=36.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571721900.170.0900.25212.7320.2568.04
Hex9DACBE119019d51444
Octal235254276211103132524104
Binary10011101101011001011111010001100101100111010101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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