#9DDCCA

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

Shades of Scandal #9DDCCA

Tints of Scandal #9DDCCA

Color information

#9DDCCA (or 0x9DDCCA) is unknown color: approx Scandal. HEX triplet: 9D, DC and CA. RGB value is (157,220,202). Sum of RGB (Red+Green+Blue) = 157+220+202=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCCA is #622335. Grayscale: #C7C7C7. Windows color (decimal): -6431542 or 13294749. OLE color: 13294749.

HSL color Cylindrical-coordinate representation of color #9DDCCA: hue angle of 162.86º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDCCA is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB157220202-
CMYK0.2900.080.14
HSL162.86º47.37%73.92%-
HSV(B)162.86º28.64%86.27%-
XYZ50.1662.6265.32-
YUV199.11129.6397.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.12%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=27.12%
G=38.00%
B=34.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572202020.2900.080.14162.8647.3773.92
Hex9DDCCA1D08Ea32f4a
Octal235334312350101624357112
Binary10011101110111001100101011101010001110101000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,202); }

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

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

 a { background-color: rgb(157,220,202); }

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

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

 span { border-color: rgb(157,220,202); }

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