Html Css Color HEX #99A3B3 Rock Blue

📋 copy color: '#99A3B3'

red 153 ◦ green 163 ◦ blue 179

#99A3B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #99A3B3

Tints of Rock Blue #99A3B3

RGB

 RED value IS 153 (60.16% from 255) = 30.91%

 GREEN value IS 163 (64.06% from 255) = 32.93%

 BLUE value IS 179 (70.31% from 255) = 36.16%

R = 30.91%
G = 32.93%
B = 36.16%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#99A3B3 (or 0x99A3B3) is known color: Rock Blue. HEX triplet: 99, A3 and B3. RGB value is (153,163,179). Sum of RGB (Red+Green+Blue) = 153+163+179=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #99A3B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A3B3 is #665C4C. Grayscale: #A1A1A1. Windows color (decimal): -6708301 or 11772825. OLE color: 11772825.

HSL color Cylindrical-coordinate representation of color #99A3B3: hue angle of 216.92º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99A3B3 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 163 179 -
CMYK 0.15 0.09 0 0.30
HSL 216.92º 0.15% 0.65% -
HSV(B) 216.92º 0.15% 0.7% -
XYZ 34.37 36.22 47.83 -
YUV 161.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 153 163 179 0.15 0.09 0 0.30 216.92 0.15 0.65
Hex 99 A3 B3 F 9 0 1E D9 F 41
Octal 231 243 263 17 11 0 36 331 17 101
Binary 10011001 10100011 10110011 1111 1001 0 11110 11011001 1111 1000001

Color Harmonies of #99A3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A3B3

Black with #99A3B3

Text Example


Text Example

White with #99A3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99A3B3;
 }
 .AnyTagClassName
 {
   color: #99A3B3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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