#9DAABF

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

Shades of Rock Blue #9DAABF

Tints of Rock Blue #9DAABF

Color information

#9DAABF (or 0x9DAABF) is unknown color: approx Rock Blue. HEX triplet: 9D, AA and BF. RGB value is (157,170,191). Sum of RGB (Red+Green+Blue) = 157+170+191=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #9DAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAABF is #625540. Grayscale: #A8A8A8. Windows color (decimal): -6444353 or 12561053. OLE color: 12561053.

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

Color convert

RGB157170191-
CMYK0.180.1100.25
HSL217.06º20.99%68.24%-
HSV(B)217.06º17.8%74.9%-
XYZ37.6839.6854.96-
YUV168.51140.69119.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.31%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 191 (75% from 255) = 36.87%
R=30.31%
G=32.82%
B=36.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571701910.180.1100.25217.0620.9968.24
Hex9DAABF12B019d91544
Octal235252277221303133125104
Binary10011101101010101011111110010101101100111011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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