Html Css Color HEX #9DB4A6 Skeptic

📋 copy color: '#9DB4A6'

red 157 ◦ green 180 ◦ blue 166

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

Shades of Skeptic #9DB4A6

Tints of Skeptic #9DB4A6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.79%

 BLUE value IS 166 (65.23% from 255) = 33%

R = 31.21%
G = 35.79%
B = 33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#9DB4A6 (or 0x9DB4A6) is known color: Skeptic. HEX triplet: 9D, B4 and A6. RGB value is (157,180,166). Sum of RGB (Red+Green+Blue) = 157+180+166=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB4A6 is #624B59. Grayscale: #ABABAB. Windows color (decimal): -6441818 or 10925213. OLE color: 10925213.

HSL color Cylindrical-coordinate representation of color #9DB4A6: hue angle of 143.48º degrees, saturation: 0.13, 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 #9DB4A6 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 180 166 -
CMYK 0.13 0 0.08 0.29
HSL 143.48º 0.13% 0.66% -
HSV(B) 143.48º 0.13% 0.71% -
XYZ 37.11 42.56 42.34 -
YUV 171.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 157 180 166 0.13 0 0.08 0.29 143.48 0.13 0.66
Hex 9D B4 A6 D 0 8 1D 8F D 42
Octal 235 264 246 15 0 10 35 217 15 102
Binary 10011101 10110100 10100110 1101 0 1000 11101 10001111 1101 1000010

Color Harmonies of #9DB4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB4A6

Black with #9DB4A6

Text Example


Text Example

White with #9DB4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,180,166); }

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

background-color css

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

 a { background-color: rgb(157,180,166); }

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

border-color css

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

 span { border-color: rgb(157,180,166); }

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