#99A3BF

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

Shades of Rock Blue #99A3BF

Tints of Rock Blue #99A3BF

Color information

#99A3BF (or 0x99A3BF) is unknown color: approx Rock Blue. HEX triplet: 99, A3 and BF. RGB value is (153,163,191). Sum of RGB (Red+Green+Blue) = 153+163+191=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #99A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A3BF is #665C40. Grayscale: #A3A3A3. Windows color (decimal): -6708289 or 12559257. OLE color: 12559257.

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

Color convert

RGB153163191-
CMYK0.200.1500.25
HSL224.21º22.89%67.45%-
HSV(B)224.21º19.9%74.9%-
XYZ35.6436.7354.5-
YUV163.2143.69120.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 191 (75% from 255) = 37.67%
R=30.18%
G=32.15%
B=37.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531631910.200.1500.25224.2122.8967.45
Hex99A3BF14F019e01743
Octal231243277241703134027103
Binary10011001101000111011111110100111101100111100000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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