Html Css Color HEX #99A1B2 Rock Blue

📋 copy color: '#99A1B2'

red 153 ◦ green 161 ◦ blue 178

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

Shades of Rock Blue #99A1B2

Tints of Rock Blue #99A1B2

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.72%

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

R = 31.1%
G = 32.72%
B = 36.18%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#99A1B2 (or 0x99A1B2) is known color: Rock Blue. HEX triplet: 99, A1 and B2. RGB value is (153,161,178). Sum of RGB (Red+Green+Blue) = 153+161+178=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 178 - color contains mainly: blue. Hex color #99A1B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A1B2 is #665E4D. Grayscale: #A0A0A0. Windows color (decimal): -6708814 or 11706777. OLE color: 11706777.

HSL color Cylindrical-coordinate representation of color #99A1B2: hue angle of 220.8º 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 #99A1B2 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 161 178 -
CMYK 0.14 0.10 0 0.30
HSL 220.8º 0.14% 0.65% -
HSV(B) 220.8º 0.14% 0.7% -
XYZ 33.92 35.48 47.18 -
YUV 160.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 153 161 178 0.14 0.10 0 0.30 220.8 0.14 0.65
Hex 99 A1 B2 E A 0 1E DD E 41
Octal 231 241 262 16 12 0 36 335 16 101
Binary 10011001 10100001 10110010 1110 1010 0 11110 11011101 1110 1000001

Color Harmonies of #99A1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A1B2

Black with #99A1B2

Text Example


Text Example

White with #99A1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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