#9DAABA

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

Shades of Rock Blue #9DAABA

Tints of Rock Blue #9DAABA

Color information

#9DAABA (or 0x9DAABA) is unknown color: approx Rock Blue. HEX triplet: 9D, AA and BA. RGB value is (157,170,186). Sum of RGB (Red+Green+Blue) = 157+170+186=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAABA is #625545. Grayscale: #A7A7A7. Windows color (decimal): -6444358 or 12233373. OLE color: 12233373.

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

Color convert

RGB157170186-
CMYK0.160.0900.27
HSL213.1º17.37%67.25%-
HSV(B)213.1º15.59%72.94%-
XYZ37.1439.4652.11-
YUV167.94138.19120.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=30.60%
G=33.14%
B=36.26%

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
Decimal1571701860.160.0900.27213.117.3767.25
Hex9DAABA10901Bd51143
Octal235252272201103332521103
Binary10011101101010101011101010000100101101111010101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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