Html Css Color HEX #99A2B6 Rock Blue

📋 copy color: '#99A2B6'

red 153 ◦ green 162 ◦ blue 182

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

Shades of Rock Blue #99A2B6

Tints of Rock Blue #99A2B6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.6%

 BLUE value IS 182 (71.48% from 255) = 36.62%

R = 30.78%
G = 32.6%
B = 36.62%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#99A2B6 (or 0x99A2B6) is known color: Rock Blue. HEX triplet: 99, A2 and B6. RGB value is (153,162,182). Sum of RGB (Red+Green+Blue) = 153+162+182=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 182 - color contains mainly: blue. Hex color #99A2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2B6 is #665D49. Grayscale: #A1A1A1. Windows color (decimal): -6708554 or 11969177. OLE color: 11969177.

HSL color Cylindrical-coordinate representation of color #99A2B6: hue angle of 221.38º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99A2B6 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 162 182 -
CMYK 0.16 0.11 0 0.29
HSL 221.38º 0.17% 0.66% -
HSV(B) 221.38º 0.16% 0.71% -
XYZ 34.5 35.99 49.38 -
YUV 161.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 153 162 182 0.16 0.11 0 0.29 221.38 0.17 0.66
Hex 99 A2 B6 10 B 0 1D DD 11 42
Octal 231 242 266 20 13 0 35 335 21 102
Binary 10011001 10100010 10110110 10000 1011 0 11101 11011101 10001 1000010

Color Harmonies of #99A2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A2B6

Black with #99A2B6

Text Example


Text Example

White with #99A2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,162,182); }

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

background-color css

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

 a { background-color: rgb(153,162,182); }

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

border-color css

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

 span { border-color: rgb(153,162,182); }

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