#9DAABB

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

Shades of Rock Blue #9DAABB

Tints of Rock Blue #9DAABB

Color information

#9DAABB (or 0x9DAABB) is unknown color: approx Rock Blue. HEX triplet: 9D, AA and BB. RGB value is (157,170,187). Sum of RGB (Red+Green+Blue) = 157+170+187=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAABB is #625544. Grayscale: #A7A7A7. Windows color (decimal): -6444357 or 12298909. OLE color: 12298909.

HSL color Cylindrical-coordinate representation of color #9DAABB: hue angle of 214º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DAABB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157170187-
CMYK0.160.0900.27
HSL214º18.07%67.45%-
HSV(B)214º16.04%73.33%-
XYZ37.2539.5152.68-
YUV168.05138.69120.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.54%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=30.54%
G=33.07%
B=36.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571701870.160.0900.2721418.0767.45
Hex9DAABB10901Bd61243
Octal235252273201103332622103
Binary10011101101010101011101110000100101101111010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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