#99A4BE

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

Shades of Rock Blue #99A4BE

Tints of Rock Blue #99A4BE

Color information

#99A4BE (or 0x99A4BE) is unknown color: approx Rock Blue. HEX triplet: 99, A4 and BE. RGB value is (153,164,190). Sum of RGB (Red+Green+Blue) = 153+164+190=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #99A4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4BE is #665B41. Grayscale: #A3A3A3. Windows color (decimal): -6708034 or 12493977. OLE color: 12493977.

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

Color convert

RGB153164190-
CMYK0.190.1400.25
HSL222.16º22.16%67.25%-
HSV(B)222.16º19.47%74.51%-
XYZ35.7137.0453.98-
YUV163.67142.86120.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=30.18%
G=32.35%
B=37.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531641900.190.1400.25222.1622.1667.25
Hex99A4BE13E019de1643
Octal231244276231603133626103
Binary10011001101001001011111010011111001100111011110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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