#9CDFCC

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

Shades of Scandal #9CDFCC

Tints of Scandal #9CDFCC

Color information

#9CDFCC (or 0x9CDFCC) is unknown color: approx Scandal. HEX triplet: 9C, DF and CC. RGB value is (156,223,204). Sum of RGB (Red+Green+Blue) = 156+223+204=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFCC is #632033. Grayscale: #C8C8C8. Windows color (decimal): -6496308 or 13426588. OLE color: 13426588.

HSL color Cylindrical-coordinate representation of color #9CDFCC: hue angle of 162.99º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFCC is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB156223204-
CMYK0.3000.090.13
HSL162.99º51.15%74.31%-
HSV(B)162.99º30.04%87.45%-
XYZ5164.266.83-
YUV200.8129.896.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.76%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=26.76%
G=38.25%
B=34.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562232040.3000.090.13162.9951.1574.31
Hex9CDFCC1E09Da3334a
Octal234337314360111524363112
Binary10011100110111111100110011110010011101101000111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,223,204); }

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

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

 a { background-color: rgb(156,223,204); }

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

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

 span { border-color: rgb(156,223,204); }

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