Html Css Color HEX #9AB7AD Skeptic

📋 copy color: '#9AB7AD'

red 154 ◦ green 183 ◦ blue 173

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

Shades of Skeptic #9AB7AD

Tints of Skeptic #9AB7AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.92%

R = 30.2%
G = 35.88%
B = 33.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#9AB7AD (or 0x9AB7AD) is known color: Skeptic. HEX triplet: 9A, B7 and AD. RGB value is (154,183,173). Sum of RGB (Red+Green+Blue) = 154+183+173=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB7AD is #654852. Grayscale: #ADADAD. Windows color (decimal): -6637651 or 11384730. OLE color: 11384730.

HSL color Cylindrical-coordinate representation of color #9AB7AD: hue angle of 159.31º 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 #9AB7AD is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 183 173 -
CMYK 0.16 0 0.05 0.28
HSL 159.31º 0.17% 0.66% -
HSV(B) 159.31º 0.16% 0.72% -
XYZ 37.8 43.75 45.99 -
YUV 173.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 154 183 173 0.16 0 0.05 0.28 159.31 0.17 0.66
Hex 9A B7 AD 10 0 5 1C 9F 11 42
Octal 232 267 255 20 0 5 34 237 21 102
Binary 10011010 10110111 10101101 10000 0 101 11100 10011111 10001 1000010

Color Harmonies of #9AB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB7AD

Black with #9AB7AD

Text Example


Text Example

White with #9AB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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