Html Css Color HEX #99A2B2 Rock Blue

📋 copy color: '#99A2B2'

red 153 ◦ green 162 ◦ blue 178

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

Shades of Rock Blue #99A2B2

Tints of Rock Blue #99A2B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 31.03%
G = 32.86%
B = 36.11%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#99A2B2 (or 0x99A2B2) is known color: Rock Blue. HEX triplet: 99, A2 and B2. RGB value is (153,162,178). Sum of RGB (Red+Green+Blue) = 153+162+178=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 178 - color contains mainly: blue. Hex color #99A2B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A2B2 is #665D4D. Grayscale: #A1A1A1. Windows color (decimal): -6708558 or 11707033. OLE color: 11707033.

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

Color convert

RGB 153 162 178 -
CMYK 0.14 0.09 0 0.30
HSL 218.4º 0.14% 0.65% -
HSV(B) 218.4º 0.14% 0.7% -
XYZ 34.09 35.83 47.24 -
YUV 161.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 153 162 178 0.14 0.09 0 0.30 218.4 0.14 0.65
Hex 99 A2 B2 E 9 0 1E DA E 41
Octal 231 242 262 16 11 0 36 332 16 101
Binary 10011001 10100010 10110010 1110 1001 0 11110 11011010 1110 1000001

Color Harmonies of #99A2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A2B2

Black with #99A2B2

Text Example


Text Example

White with #99A2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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