#9DAABE

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

Shades of Rock Blue #9DAABE

Tints of Rock Blue #9DAABE

Color information

#9DAABE (or 0x9DAABE) is unknown color: approx Rock Blue. HEX triplet: 9D, AA and BE. RGB value is (157,170,190). Sum of RGB (Red+Green+Blue) = 157+170+190=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAABE is #625541. Grayscale: #A8A8A8. Windows color (decimal): -6444354 or 12495517. OLE color: 12495517.

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

Color convert

RGB157170190-
CMYK0.170.1100.25
HSL216.36º20.25%68.04%-
HSV(B)216.36º17.37%74.51%-
XYZ37.5739.6454.39-
YUV168.39140.19119.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=30.37%
G=32.88%
B=36.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571701900.170.1100.25216.3620.2568.04
Hex9DAABE11B019d81444
Octal235252276211303133024104
Binary10011101101010101011111010001101101100111011000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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