Html Css Color HEX #99A2BC Rock Blue

📋 copy color: '#99A2BC'

red 153 ◦ green 162 ◦ blue 188

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

Shades of Rock Blue #99A2BC

Tints of Rock Blue #99A2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 30.42%
G = 32.21%
B = 37.38%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#99A2BC (or 0x99A2BC) is known color: Rock Blue. HEX triplet: 99, A2 and BC. RGB value is (153,162,188). Sum of RGB (Red+Green+Blue) = 153+162+188=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #99A2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2BC is #665D43. Grayscale: #A2A2A2. Windows color (decimal): -6708548 or 12362393. OLE color: 12362393.

HSL color Cylindrical-coordinate representation of color #99A2BC: hue angle of 224.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99A2BC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 162 188 -
CMYK 0.19 0.14 0 0.26
HSL 224.57º 0.21% 0.67% -
HSV(B) 224.57º 0.19% 0.74% -
XYZ 35.13 36.24 52.72 -
YUV 162.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 153 162 188 0.19 0.14 0 0.26 224.57 0.21 0.67
Hex 99 A2 BC 13 E 0 1A E1 15 43
Octal 231 242 274 23 16 0 32 341 25 103
Binary 10011001 10100010 10111100 10011 1110 0 11010 11100001 10101 1000011

Color Harmonies of #99A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A2BC

Black with #99A2BC

Text Example


Text Example

White with #99A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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