Html Css Color HEX #999FAD Rock Blue

📋 copy color: '#999FAD'

red 153 ◦ green 159 ◦ blue 173

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

Shades of Rock Blue #999FAD

Tints of Rock Blue #999FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.78%

 BLUE value IS 173 (67.97% from 255) = 35.67%

R = 31.55%
G = 32.78%
B = 35.67%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#999FAD (or 0x999FAD) is known color: Rock Blue. HEX triplet: 99, 9F and AD. RGB value is (153,159,173). Sum of RGB (Red+Green+Blue) = 153+159+173=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #999FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FAD is #666052. Grayscale: #9E9E9E. Windows color (decimal): -6709331 or 11378585. OLE color: 11378585.

HSL color Cylindrical-coordinate representation of color #999FAD: hue angle of 222º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999FAD is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 159 173 -
CMYK 0.12 0.08 0 0.32
HSL 222º 0.11% 0.64% -
HSV(B) 222º 0.12% 0.68% -
XYZ 33.08 34.59 44.47 -
YUV 158.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 153 159 173 0.12 0.08 0 0.32 222 0.11 0.64
Hex 99 9F AD C 8 0 20 DE B 40
Octal 231 237 255 14 10 0 40 336 13 100
Binary 10011001 10011111 10101101 1100 1000 0 100000 11011110 1011 1000000

Color Harmonies of #999FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FAD

Black with #999FAD

Text Example


Text Example

White with #999FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999FAD; }

 p { color: rgb(153,159,173); }

 H1.HeaderClassName
 {
   color: #999FAD;
 }
 .AnyTagClassName
 {
   color: #999FAD;
 }
</style>

background-color css

<style>
 a { background-color: #999FAD; }

 a { background-color: rgb(153,159,173); }

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

border-color css

<style>
 span { border-color: #999FAD; }

 span { border-color: rgb(153,159,173); }

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