#9CCCCC

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

Shades of Morning Glory #9CCCCC

Tints of Morning Glory #9CCCCC

Color information

#9CCCCC (or 0x9CCCCC) is unknown color: approx Morning Glory. HEX triplet: 9C, CC and CC. RGB value is (156,204,204). Sum of RGB (Red+Green+Blue) = 156+204+204=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #9CCCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCCC is #633333. Grayscale: #BDBDBD. Windows color (decimal): -6501172 or 13421724. OLE color: 13421724.

HSL color Cylindrical-coordinate representation of color #9CCCCC: hue angle of 180º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCCCC is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB156204204-
CMYK0.24000.2
HSL180º32%70.59%-
HSV(B)180º23.53%80%-
XYZ46.254.6165.23-
YUV189.65136.1104-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=27.66%
G=36.17%
B=36.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1562042040.24000.21803270.59
Hex9CCCCC180014b42047
Octal23431431430002426440107
Binary100111001100110011001100110000010100101101001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,204); }

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

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

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

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

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

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

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