#9DCDC3

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

Shades of Opal #9DCDC3

Tints of Opal #9DCDC3

Color information

#9DCDC3 (or 0x9DCDC3) is unknown color: approx Opal. HEX triplet: 9D, CD and C3. RGB value is (157,205,195). Sum of RGB (Red+Green+Blue) = 157+205+195=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDC3 is #62323C. Grayscale: #BDBDBD. Windows color (decimal): -6435389 or 12832157. OLE color: 12832157.

HSL color Cylindrical-coordinate representation of color #9DCDC3: hue angle of 167.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCDC3 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB157205195-
CMYK0.2300.050.20
HSL167.5º32.43%70.98%-
HSV(B)167.5º23.41%80.39%-
XYZ45.5954.7759.8-
YUV189.51131.1104.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 195 (76.56% from 255) = 35.01%
R=28.19%
G=36.80%
B=35.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051950.2300.050.20167.532.4370.98
Hex9DCDC3170514a82047
Octal23531530327052425040107
Binary10011101110011011100001110111010110100101010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,195); }

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

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

 a { background-color: rgb(157,205,195); }

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

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

 span { border-color: rgb(157,205,195); }

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