#99AABE

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

Shades of Rock Blue #99AABE

Tints of Rock Blue #99AABE

Color information

#99AABE (or 0x99AABE) is unknown color: approx Rock Blue. HEX triplet: 99, AA and BE. RGB value is (153,170,190). Sum of RGB (Red+Green+Blue) = 153+170+190=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #99AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AABE is #665541. Grayscale: #A7A7A7. Windows color (decimal): -6706498 or 12495513. OLE color: 12495513.

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

Color convert

RGB153170190-
CMYK0.190.1100.25
HSL212.43º22.16%67.25%-
HSV(B)212.43º19.47%74.51%-
XYZ36.8139.2454.35-
YUV167.2140.87117.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=29.82%
G=33.14%
B=37.04%

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
Decimal1531701900.190.1100.25212.4322.1667.25
Hex99AABE13B019d41643
Octal231252276231303132426103
Binary10011001101010101011111010011101101100111010100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AABE; }

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

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

<style>
 a { background-color: #99AABE; }

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

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

<style>
 span { border-color: #99AABE; }

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

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