#9AA0BE

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

Shades of Rock Blue #9AA0BE

Tints of Rock Blue #9AA0BE

Color information

#9AA0BE (or 0x9AA0BE) is unknown color: approx Rock Blue. HEX triplet: 9A, A0 and BE. RGB value is (154,160,190). Sum of RGB (Red+Green+Blue) = 154+160+190=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA0BE is #655F41. Grayscale: #A1A1A1. Windows color (decimal): -6643522 or 12492954. OLE color: 12492954.

HSL color Cylindrical-coordinate representation of color #9AA0BE: hue angle of 230º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AA0BE is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154160190-
CMYK0.190.1600.25
HSL230º21.69%67.45%-
HSV(B)230º18.95%74.51%-
XYZ35.1935.7353.76-
YUV161.63144.01122.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=30.56%
G=31.75%
B=37.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541601900.190.1600.2523021.6967.45
Hex9AA0BE1310019e61643
Octal232240276232003134626103
Binary100110101010000010111110100111000001100111100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,160,190); }

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

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

 a { background-color: rgb(154,160,190); }

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

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

 span { border-color: rgb(154,160,190); }

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