#9DBDAE

Color #9DBDAE Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #9DBDAE

Tints of Skeptic #9DBDAE

Color information

#9DBDAE (or 0x9DBDAE) is unknown color: approx Skeptic. HEX triplet: 9D, BD and AE. RGB value is (157,189,174). Sum of RGB (Red+Green+Blue) = 157+189+174=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBDAE is #624251. Grayscale: #B1B1B1. Windows color (decimal): -6439506 or 11451805. OLE color: 11451805.

HSL color Cylindrical-coordinate representation of color #9DBDAE: hue angle of 151.87º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBDAE is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB157189174-
CMYK0.1700.080.26
HSL151.87º19.51%67.84%-
HSV(B)151.87º16.93%74.12%-
XYZ39.7446.6246.95-
YUV177.72125.9113.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=30.19%
G=36.35%
B=33.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571891740.1700.080.26151.8719.5167.84
Hex9DBDAE11081A981444
Octal235275256210103223024104
Binary10011101101111011010111010001010001101010011000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,189,174); }

 H1.HeaderClassName
 {
   color: #9DBDAE;
 }
 .AnyTagClassName
 {
   color: #9DBDAE;
 }
</style>
background-color css

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

 a { background-color: rgb(157,189,174); }

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

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

 span { border-color: rgb(157,189,174); }

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