#9CDECB

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

Shades of Scandal #9CDECB

Tints of Scandal #9CDECB

Color information

#9CDECB (or 0x9CDECB) is unknown color: approx Scandal. HEX triplet: 9C, DE and CB. RGB value is (156,222,203). Sum of RGB (Red+Green+Blue) = 156+222+203=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDECB is #632134. Grayscale: #C8C8C8. Windows color (decimal): -6496565 or 13360796. OLE color: 13360796.

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

Color convert

RGB156222203-
CMYK0.3000.090.13
HSL162.73º50%74.12%-
HSV(B)162.73º29.73%87.06%-
XYZ50.6163.6266.11-
YUV200.1129.6396.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.85%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=26.85%
G=38.21%
B=34.94%

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
Decimal1562222030.3000.090.13162.735074.12
Hex9CDECB1E09Da3324a
Octal234336313360111524362112
Binary10011100110111101100101111110010011101101000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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