#9DBBAF

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

Shades of Skeptic #9DBBAF

Tints of Skeptic #9DBBAF

Color information

#9DBBAF (or 0x9DBBAF) is unknown color: approx Skeptic. HEX triplet: 9D, BB and AF. RGB value is (157,187,175). Sum of RGB (Red+Green+Blue) = 157+187+175=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBBAF is #624450. Grayscale: #B0B0B0. Windows color (decimal): -6440017 or 11516829. OLE color: 11516829.

HSL color Cylindrical-coordinate representation of color #9DBBAF: hue angle of 156º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBBAF is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB157187175-
CMYK0.1600.060.27
HSL156º18.07%67.45%-
HSV(B)156º16.04%73.33%-
XYZ39.4145.847.32-
YUV176.66127.06113.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.25%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=30.25%
G=36.03%
B=33.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571871750.1600.060.2715618.0767.45
Hex9DBBAF10061B9c1243
Octal23527325720063323422103
Binary1001110110111011101011111000001101101110011100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,187,175); }

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

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

 a { background-color: rgb(157,187,175); }

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

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

 span { border-color: rgb(157,187,175); }

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