#9DAABD

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

Shades of Rock Blue #9DAABD

Tints of Rock Blue #9DAABD

Color information

#9DAABD (or 0x9DAABD) is unknown color: approx Rock Blue. HEX triplet: 9D, AA and BD. RGB value is (157,170,189). Sum of RGB (Red+Green+Blue) = 157+170+189=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #9DAABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAABD is #625542. Grayscale: #A8A8A8. Windows color (decimal): -6444355 or 12429981. OLE color: 12429981.

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

Color convert

RGB157170189-
CMYK0.170.1000.26
HSL215.62º19.51%67.84%-
HSV(B)215.62º16.93%74.12%-
XYZ37.4639.5953.81-
YUV168.28139.69119.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.43%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=30.43%
G=32.95%
B=36.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571701890.170.1000.26215.6219.5167.84
Hex9DAABD11A01Ad81444
Octal235252275211203233024104
Binary10011101101010101011110110001101001101011011000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,189); }

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

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

 a { background-color: rgb(157,170,189); }

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

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

 span { border-color: rgb(157,170,189); }

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