#9CCACD

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

Shades of Morning Glory #9CCACD

Tints of Morning Glory #9CCACD

Color information

#9CCACD (or 0x9CCACD) is unknown color: approx Morning Glory. HEX triplet: 9C, CA and CD. RGB value is (156,202,205). Sum of RGB (Red+Green+Blue) = 156+202+205=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCACD is #633532. Grayscale: #BCBCBC. Windows color (decimal): -6501683 or 13486748. OLE color: 13486748.

HSL color Cylindrical-coordinate representation of color #9CCACD: hue angle of 183.67º degrees, saturation: 0.33, 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 #9CCACD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156202205-
CMYK0.240.0100.20
HSL183.67º32.89%70.78%-
HSV(B)183.67º23.9%80.39%-
XYZ45.8553.7265.71-
YUV188.59137.26104.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.71%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=27.71%
G=35.88%
B=36.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562022050.240.0100.20183.6732.8970.78
Hex9CCACD181014b82147
Octal23431231530102427041107
Binary100111001100101011001101110001010100101110001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,202,205); }

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

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

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

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

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

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

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