#9DC1B1

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

Shades of Skeptic #9DC1B1

Tints of Skeptic #9DC1B1

Color information

#9DC1B1 (or 0x9DC1B1) is unknown color: approx Skeptic. HEX triplet: 9D, C1 and B1. RGB value is (157,193,177). Sum of RGB (Red+Green+Blue) = 157+193+177=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC1B1 is #623E4E. Grayscale: #B4B4B4. Windows color (decimal): -6438479 or 11649437. OLE color: 11649437.

HSL color Cylindrical-coordinate representation of color #9DC1B1: hue angle of 153.33º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC1B1 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB157193177-
CMYK0.1900.080.24
HSL153.33º22.5%68.63%-
HSV(B)153.33º18.65%75.69%-
XYZ40.9148.4848.8-
YUV180.41126.07111.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.79%
GREEN value IS 193 (75.78% from 255) = 36.62%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=29.79%
G=36.62%
B=33.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571931770.1900.080.24153.3322.568.63
Hex9DC1B1130818991645
Octal235301261230103023126105
Binary10011101110000011011000110011010001100010011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,193,177); }

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

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

 a { background-color: rgb(157,193,177); }

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

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

 span { border-color: rgb(157,193,177); }

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