Html Css Color HEX #9DB5AA Skeptic

📋 copy color: '#9DB5AA'

red 157 ◦ green 181 ◦ blue 170

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

Shades of Skeptic #9DB5AA

Tints of Skeptic #9DB5AA

RGB

 RED value IS 157 (61.72% from 255) = 30.91%

 GREEN value IS 181 (71.09% from 255) = 35.63%

 BLUE value IS 170 (66.8% from 255) = 33.46%

R = 30.91%
G = 35.63%
B = 33.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#9DB5AA (or 0x9DB5AA) is known color: Skeptic. HEX triplet: 9D, B5 and AA. RGB value is (157,181,170). Sum of RGB (Red+Green+Blue) = 157+181+170=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB5AA is #624A55. Grayscale: #ACACAC. Windows color (decimal): -6441558 or 11187613. OLE color: 11187613.

HSL color Cylindrical-coordinate representation of color #9DB5AA: hue angle of 152.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DB5AA is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 181 170 -
CMYK 0.13 0 0.06 0.29
HSL 152.5º 0.14% 0.66% -
HSV(B) 152.5º 0.13% 0.71% -
XYZ 37.68 43.12 44.37 -
YUV 172.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 157 181 170 0.13 0 0.06 0.29 152.5 0.14 0.66
Hex 9D B5 AA D 0 6 1D 98 E 42
Octal 235 265 252 15 0 6 35 230 16 102
Binary 10011101 10110101 10101010 1101 0 110 11101 10011000 1110 1000010

Color Harmonies of #9DB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB5AA

Black with #9DB5AA

Text Example


Text Example

White with #9DB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,181,170); }

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

background-color css

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

 a { background-color: rgb(157,181,170); }

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

border-color css

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

 span { border-color: rgb(157,181,170); }

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