Html Css Color HEX #99A7BA Rock Blue

📋 copy color: '#99A7BA'

red 153 ◦ green 167 ◦ blue 186

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

Shades of Rock Blue #99A7BA

Tints of Rock Blue #99A7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33%

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 30.24%
G = 33%
B = 36.76%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#99A7BA (or 0x99A7BA) is known color: Rock Blue. HEX triplet: 99, A7 and BA. RGB value is (153,167,186). Sum of RGB (Red+Green+Blue) = 153+167+186=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #99A7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A7BA is #665845. Grayscale: #A4A4A4. Windows color (decimal): -6707270 or 12232601. OLE color: 12232601.

HSL color Cylindrical-coordinate representation of color #99A7BA: hue angle of 214.55º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99A7BA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 167 186 -
CMYK 0.18 0.10 0 0.27
HSL 214.55º 0.19% 0.66% -
HSV(B) 214.55º 0.18% 0.73% -
XYZ 35.82 37.95 51.89 -
YUV 164.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 153 167 186 0.18 0.10 0 0.27 214.55 0.19 0.66
Hex 99 A7 BA 12 A 0 1B D7 13 42
Octal 231 247 272 22 12 0 33 327 23 102
Binary 10011001 10100111 10111010 10010 1010 0 11011 11010111 10011 1000010

Color Harmonies of #99A7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A7BA

Black with #99A7BA

Text Example


Text Example

White with #99A7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,167,186); }

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

background-color css

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

 a { background-color: rgb(153,167,186); }

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

border-color css

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

 span { border-color: rgb(153,167,186); }

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