Html Css Color HEX #9AB7AB Skeptic

📋 copy color: '#9AB7AB'

red 154 ◦ green 183 ◦ blue 171

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

Shades of Skeptic #9AB7AB

Tints of Skeptic #9AB7AB

RGB

 RED value IS 154 (60.55% from 255) = 30.31%

 GREEN value IS 183 (71.88% from 255) = 36.02%

 BLUE value IS 171 (67.19% from 255) = 33.66%

R = 30.31%
G = 36.02%
B = 33.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#9AB7AB (or 0x9AB7AB) is known color: Skeptic. HEX triplet: 9A, B7 and AB. RGB value is (154,183,171). Sum of RGB (Red+Green+Blue) = 154+183+171=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB7AB is #654854. Grayscale: #ACACAC. Windows color (decimal): -6637653 or 11253658. OLE color: 11253658.

HSL color Cylindrical-coordinate representation of color #9AB7AB: hue angle of 155.17º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AB7AB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 183 171 -
CMYK 0.16 0 0.07 0.28
HSL 155.17º 0.17% 0.66% -
HSV(B) 155.17º 0.16% 0.72% -
XYZ 37.61 43.68 44.98 -
YUV 172.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 154 183 171 0.16 0 0.07 0.28 155.17 0.17 0.66
Hex 9A B7 AB 10 0 7 1C 9B 11 42
Octal 232 267 253 20 0 7 34 233 21 102
Binary 10011010 10110111 10101011 10000 0 111 11100 10011011 10001 1000010

Color Harmonies of #9AB7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB7AB

Black with #9AB7AB

Text Example


Text Example

White with #9AB7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB7AB; }

 p { color: rgb(154,183,171); }

 H1.HeaderClassName
 {
   color: #9AB7AB;
 }
 .AnyTagClassName
 {
   color: #9AB7AB;
 }
</style>

background-color css

<style>
 a { background-color: #9AB7AB; }

 a { background-color: rgb(154,183,171); }

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

border-color css

<style>
 span { border-color: #9AB7AB; }

 span { border-color: rgb(154,183,171); }

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