#99A2BE

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

Shades of Rock Blue #99A2BE

Tints of Rock Blue #99A2BE

Color information

#99A2BE (or 0x99A2BE) is unknown color: approx Rock Blue. HEX triplet: 99, A2 and BE. RGB value is (153,162,190). Sum of RGB (Red+Green+Blue) = 153+162+190=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #99A2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2BE is #665D41. Grayscale: #A2A2A2. Windows color (decimal): -6708546 or 12493465. OLE color: 12493465.

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

Color convert

RGB153162190-
CMYK0.190.1500.25
HSL225.41º22.16%67.25%-
HSV(B)225.41º19.47%74.51%-
XYZ35.3536.3353.86-
YUV162.5143.52121.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.30%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=30.30%
G=32.08%
B=37.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531621900.190.1500.25225.4122.1667.25
Hex99A2BE13F019e11643
Octal231242276231703134126103
Binary10011001101000101011111010011111101100111100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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