#9CDFDC

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

Shades of Morning Glory #9CDFDC

Tints of Morning Glory #9CDFDC

Color information

#9CDFDC (or 0x9CDFDC) is unknown color: approx Morning Glory. HEX triplet: 9C, DF and DC. RGB value is (156,223,220). Sum of RGB (Red+Green+Blue) = 156+223+220=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFDC is #632023. Grayscale: #CACACA. Windows color (decimal): -6496292 or 14475164. OLE color: 14475164.

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

Color convert

RGB156223220-
CMYK0.3000.010.13
HSL177.31º51.15%74.31%-
HSV(B)177.31º30.04%87.45%-
XYZ53.0265.0177.46-
YUV202.62137.894.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.04%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=26.04%
G=37.23%
B=36.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562232200.3000.010.13177.3151.1574.31
Hex9CDFDC1E01Db1334a
Octal23433733436011526163112
Binary10011100110111111101110011110011101101100011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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