#9CDFDB

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

Shades of Morning Glory #9CDFDB

Tints of Morning Glory #9CDFDB

Color information

#9CDFDB (or 0x9CDFDB) is unknown color: approx Morning Glory. HEX triplet: 9C, DF and DB. RGB value is (156,223,219). Sum of RGB (Red+Green+Blue) = 156+223+219=598 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.09% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDFDB is #632024. Grayscale: #CACACA. Windows color (decimal): -6496293 or 14409628. OLE color: 14409628.

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

Color convert

RGB156223219-
CMYK0.3000.020.13
HSL176.42º51.15%74.31%-
HSV(B)176.42º30.04%87.45%-
XYZ52.8864.9676.77-
YUV202.51137.394.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.09%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=26.09%
G=37.29%
B=36.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562232190.3000.020.13176.4251.1574.31
Hex9CDFDB1E02Db0334a
Octal23433733336021526063112
Binary100111001101111111011011111100101101101100001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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