#9CDFCB

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

Shades of Scandal #9CDFCB

Tints of Scandal #9CDFCB

Color information

#9CDFCB (or 0x9CDFCB) is unknown color: approx Scandal. HEX triplet: 9C, DF and CB. RGB value is (156,223,203). Sum of RGB (Red+Green+Blue) = 156+223+203=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFCB is #632034. Grayscale: #C8C8C8. Windows color (decimal): -6496309 or 13361052. OLE color: 13361052.

HSL color Cylindrical-coordinate representation of color #9CDFCB: hue angle of 162.09º 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 #9CDFCB is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB156223203-
CMYK0.3000.090.13
HSL162.09º51.15%74.31%-
HSV(B)162.09º30.04%87.45%-
XYZ50.8864.1666.2-
YUV200.69129.396.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.80%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=26.80%
G=38.32%
B=34.88%

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
Decimal1562232030.3000.090.13162.0951.1574.31
Hex9CDFCB1E09Da2334a
Octal234337313360111524263112
Binary10011100110111111100101111110010011101101000101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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