#9AAABE

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

Shades of Rock Blue #9AAABE

Tints of Rock Blue #9AAABE

Color information

#9AAABE (or 0x9AAABE) is unknown color: approx Rock Blue. HEX triplet: 9A, AA and BE. RGB value is (154,170,190). Sum of RGB (Red+Green+Blue) = 154+170+190=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAABE is #655541. Grayscale: #A7A7A7. Windows color (decimal): -6640962 or 12495514. OLE color: 12495514.

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

Color convert

RGB154170190-
CMYK0.190.1100.25
HSL213.33º21.69%67.45%-
HSV(B)213.33º18.95%74.51%-
XYZ3739.3454.36-
YUV167.5140.7118.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.96%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=29.96%
G=33.07%
B=36.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541701900.190.1100.25213.3321.6967.45
Hex9AAABE13B019d51643
Octal232252276231303132526103
Binary10011010101010101011111010011101101100111010101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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