#99A4BF

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

Shades of Rock Blue #99A4BF

Tints of Rock Blue #99A4BF

Color information

#99A4BF (or 0x99A4BF) is unknown color: approx Rock Blue. HEX triplet: 99, A4 and BF. RGB value is (153,164,191). Sum of RGB (Red+Green+Blue) = 153+164+191=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #99A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4BF is #665B40. Grayscale: #A3A3A3. Windows color (decimal): -6708033 or 12559513. OLE color: 12559513.

HSL color Cylindrical-coordinate representation of color #99A4BF: hue angle of 222.63º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99A4BF is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153164191-
CMYK0.200.1400.25
HSL222.63º22.89%67.45%-
HSV(B)222.63º19.9%74.9%-
XYZ35.8237.0854.56-
YUV163.79143.36120.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.12%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 191 (75% from 255) = 37.60%
R=30.12%
G=32.28%
B=37.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531641910.200.1400.25222.6322.8967.45
Hex99A4BF14E019df1743
Octal231244277241603133727103
Binary10011001101001001011111110100111001100111011111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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