Html Css Color HEX #99A8BF Rock Blue

📋 copy color: '#99A8BF'

red 153 ◦ green 168 ◦ blue 191

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

Shades of Rock Blue #99A8BF

Tints of Rock Blue #99A8BF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.81%

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

R = 29.88%
G = 32.81%
B = 37.3%

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

#99A8BF (or 0x99A8BF) is known color: Rock Blue. HEX triplet: 99, A8 and BF. RGB value is (153,168,191). Sum of RGB (Red+Green+Blue) = 153+168+191=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #99A8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8BF is #665740. Grayscale: #A6A6A6. Windows color (decimal): -6707009 or 12560537. OLE color: 12560537.

HSL color Cylindrical-coordinate representation of color #99A8BF: hue angle of 216.32º 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 #99A8BF is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 168 191 -
CMYK 0.20 0.12 0 0.25
HSL 216.32º 0.23% 0.67% -
HSV(B) 216.32º 0.2% 0.75% -
XYZ 36.54 38.54 54.8 -
YUV 166.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 153 168 191 0.20 0.12 0 0.25 216.32 0.23 0.67
Hex 99 A8 BF 14 C 0 19 D8 17 43
Octal 231 250 277 24 14 0 31 330 27 103
Binary 10011001 10101000 10111111 10100 1100 0 11001 11011000 10111 1000011

Color Harmonies of #99A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A8BF

Black with #99A8BF

Text Example


Text Example

White with #99A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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