Html Css Color HEX #99B1A9 Skeptic

📋 copy color: '#99B1A9'

red 153 ◦ green 177 ◦ blue 169

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

Shades of Skeptic #99B1A9

Tints of Skeptic #99B1A9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.47%

 BLUE value IS 169 (66.41% from 255) = 33.87%

R = 30.66%
G = 35.47%
B = 33.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#99B1A9 (or 0x99B1A9) is known color: Skeptic. HEX triplet: 99, B1 and A9. RGB value is (153,177,169). Sum of RGB (Red+Green+Blue) = 153+177+169=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 177 - color contains mainly: green. Hex color #99B1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B1A9 is #664E56. Grayscale: #A8A8A8. Windows color (decimal): -6704727 or 11121049. OLE color: 11121049.

HSL color Cylindrical-coordinate representation of color #99B1A9: hue angle of 160º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99B1A9 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 177 169 -
CMYK 0.14 0 0.05 0.31
HSL 160º 0.13% 0.65% -
HSV(B) 160º 0.14% 0.69% -
XYZ 36.02 41.08 43.57 -
YUV 168.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 153 177 169 0.14 0 0.05 0.31 160 0.13 0.65
Hex 99 B1 A9 E 0 5 1F A0 D 41
Octal 231 261 251 16 0 5 37 240 15 101
Binary 10011001 10110001 10101001 1110 0 101 11111 10100000 1101 1000001

Color Harmonies of #99B1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B1A9

Black with #99B1A9

Text Example


Text Example

White with #99B1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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