#9CD0CF

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

Shades of Morning Glory #9CD0CF

Tints of Morning Glory #9CD0CF

Color information

#9CD0CF (or 0x9CD0CF) is unknown color: approx Morning Glory. HEX triplet: 9C, D0 and CF. RGB value is (156,208,207). Sum of RGB (Red+Green+Blue) = 156+208+207=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD0CF is #632F30. Grayscale: #C0C0C0. Windows color (decimal): -6500145 or 13619356. OLE color: 13619356.

HSL color Cylindrical-coordinate representation of color #9CD0CF: hue angle of 178.85º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CD0CF is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB156208207-
CMYK0.2500.000.18
HSL178.85º35.62%71.37%-
HSV(B)178.85º25%81.57%-
XYZ47.5356.6867.47-
YUV192.34136.27102.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.32%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=27.32%
G=36.43%
B=36.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562082070.2500.000.18178.8535.6271.37
Hex9CD0CF190012b32447
Octal23432031731002226344107
Binary100111001101000011001111110010010010101100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,208,207); }

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

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

 a { background-color: rgb(156,208,207); }

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

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

 span { border-color: rgb(156,208,207); }

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