Html Css Color HEX #99A9BF Rock Blue

📋 copy color: '#99A9BF'

red 153 ◦ green 169 ◦ blue 191

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

Shades of Rock Blue #99A9BF

Tints of Rock Blue #99A9BF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.94%

 BLUE value IS 191 (75% from 255) = 37.23%

R = 29.82%
G = 32.94%
B = 37.23%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99A9BF (or 0x99A9BF) is known color: Rock Blue. HEX triplet: 99, A9 and BF. RGB value is (153,169,191). Sum of RGB (Red+Green+Blue) = 153+169+191=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #99A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A9BF is #665640. Grayscale: #A6A6A6. Windows color (decimal): -6706753 or 12560793. OLE color: 12560793.

HSL color Cylindrical-coordinate representation of color #99A9BF: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99A9BF is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 169 191 -
CMYK 0.20 0.12 0 0.25
HSL 214.74º 0.23% 0.67% -
HSV(B) 214.74º 0.2% 0.75% -
XYZ 36.73 38.91 54.86 -
YUV 166.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 153 169 191 0.20 0.12 0 0.25 214.74 0.23 0.67
Hex 99 A9 BF 14 C 0 19 D7 17 43
Octal 231 251 277 24 14 0 31 327 27 103
Binary 10011001 10101001 10111111 10100 1100 0 11001 11010111 10111 1000011

Color Harmonies of #99A9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A9BF

Black with #99A9BF

Text Example


Text Example

White with #99A9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,169,191); }

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

background-color css

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

 a { background-color: rgb(153,169,191); }

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

border-color css

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

 span { border-color: rgb(153,169,191); }

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