Html Css Color HEX #99A7B9 Rock Blue

📋 copy color: '#99A7B9'

red 153 ◦ green 167 ◦ blue 185

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

Shades of Rock Blue #99A7B9

Tints of Rock Blue #99A7B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 30.3%
G = 33.07%
B = 36.63%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#99A7B9 (or 0x99A7B9) is known color: Rock Blue. HEX triplet: 99, A7 and B9. RGB value is (153,167,185). Sum of RGB (Red+Green+Blue) = 153+167+185=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 185 - color contains mainly: blue. Hex color #99A7B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A7B9 is #665846. Grayscale: #A4A4A4. Windows color (decimal): -6707271 or 12167065. OLE color: 12167065.

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

Color convert

RGB 153 167 185 -
CMYK 0.17 0.10 0 0.27
HSL 213.75º 0.19% 0.66% -
HSV(B) 213.75º 0.17% 0.73% -
XYZ 35.71 37.91 51.33 -
YUV 164.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 153 167 185 0.17 0.10 0 0.27 213.75 0.19 0.66
Hex 99 A7 B9 11 A 0 1B D6 13 42
Octal 231 247 271 21 12 0 33 326 23 102
Binary 10011001 10100111 10111001 10001 1010 0 11011 11010110 10011 1000010

Color Harmonies of #99A7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A7B9

Black with #99A7B9

Text Example


Text Example

White with #99A7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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