Html Css Color HEX #99A2B5 Rock Blue

📋 copy color: '#99A2B5'

red 153 ◦ green 162 ◦ blue 181

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

Shades of Rock Blue #99A2B5

Tints of Rock Blue #99A2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.49%

R = 30.85%
G = 32.66%
B = 36.49%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#99A2B5 (or 0x99A2B5) is known color: Rock Blue. HEX triplet: 99, A2 and B5. RGB value is (153,162,181). Sum of RGB (Red+Green+Blue) = 153+162+181=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #99A2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2B5 is #665D4A. Grayscale: #A1A1A1. Windows color (decimal): -6708555 or 11903641. OLE color: 11903641.

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

Color convert

RGB 153 162 181 -
CMYK 0.15 0.10 0 0.29
HSL 220.71º 0.16% 0.65% -
HSV(B) 220.71º 0.15% 0.71% -
XYZ 34.4 35.95 48.84 -
YUV 161.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 153 162 181 0.15 0.10 0 0.29 220.71 0.16 0.65
Hex 99 A2 B5 F A 0 1D DD 10 41
Octal 231 242 265 17 12 0 35 335 20 101
Binary 10011001 10100010 10110101 1111 1010 0 11101 11011101 10000 1000001

Color Harmonies of #99A2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A2B5

Black with #99A2B5

Text Example


Text Example

White with #99A2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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