#9DBDB0

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

Shades of Skeptic #9DBDB0

Tints of Skeptic #9DBDB0

Color information

#9DBDB0 (or 0x9DBDB0) is unknown color: approx Skeptic. HEX triplet: 9D, BD and B0. RGB value is (157,189,176). Sum of RGB (Red+Green+Blue) = 157+189+176=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBDB0 is #62424F. Grayscale: #B1B1B1. Windows color (decimal): -6439504 or 11582877. OLE color: 11582877.

HSL color Cylindrical-coordinate representation of color #9DBDB0: hue angle of 155.62º 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 #9DBDB0 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB157189176-
CMYK0.1700.070.26
HSL155.62º19.51%67.84%-
HSV(B)155.62º16.93%74.12%-
XYZ39.9446.747.98-
YUV177.95126.9113.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.08%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=30.08%
G=36.21%
B=33.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571891760.1700.070.26155.6219.5167.84
Hex9DBDB011071A9c1444
Octal23527526021073223424104
Binary1001110110111101101100001000101111101010011100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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