#9AABBE

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

Shades of Rock Blue #9AABBE

Tints of Rock Blue #9AABBE

Color information

#9AABBE (or 0x9AABBE) is unknown color: approx Rock Blue. HEX triplet: 9A, AB and BE. RGB value is (154,171,190). Sum of RGB (Red+Green+Blue) = 154+171+190=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABBE is #655441. Grayscale: #A7A7A7. Windows color (decimal): -6640706 or 12495770. OLE color: 12495770.

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

Color convert

RGB154171190-
CMYK0.190.1000.25
HSL211.67º21.69%67.45%-
HSV(B)211.67º18.95%74.51%-
XYZ37.1839.7154.42-
YUV168.08140.37117.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=29.90%
G=33.20%
B=36.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541711900.190.1000.25211.6721.6967.45
Hex9AABBE13A019d41643
Octal232253276231203132426103
Binary10011010101010111011111010011101001100111010100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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