#9DDFCA

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

Shades of Scandal #9DDFCA

Tints of Scandal #9DDFCA

Color information

#9DDFCA (or 0x9DDFCA) is unknown color: approx Scandal. HEX triplet: 9D, DF and CA. RGB value is (157,223,202). Sum of RGB (Red+Green+Blue) = 157+223+202=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFCA is #622035. Grayscale: #C8C8C8. Windows color (decimal): -6430774 or 13295517. OLE color: 13295517.

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

Color convert

RGB157223202-
CMYK0.3000.090.13
HSL160.91º50.77%74.51%-
HSV(B)160.91º29.6%87.45%-
XYZ50.9564.2165.58-
YUV200.87128.6396.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 223 (87.5% from 255) = 38.32%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=26.98%
G=38.32%
B=34.71%

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
Decimal1572232020.3000.090.13160.9150.7774.51
Hex9DDFCA1E09Da1334b
Octal235337312360111524163113
Binary10011101110111111100101011110010011101101000011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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