#9CCACF

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

Shades of Morning Glory #9CCACF

Tints of Morning Glory #9CCACF

Color information

#9CCACF (or 0x9CCACF) is unknown color: approx Morning Glory. HEX triplet: 9C, CA and CF. RGB value is (156,202,207). Sum of RGB (Red+Green+Blue) = 156+202+207=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #9CCACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCACF is #633530. Grayscale: #BCBCBC. Windows color (decimal): -6501681 or 13617820. OLE color: 13617820.

HSL color Cylindrical-coordinate representation of color #9CCACF: hue angle of 185.88º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CCACF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156202207-
CMYK0.250.0200.19
HSL185.88º34.69%71.18%-
HSV(B)185.88º24.64%81.18%-
XYZ46.0953.8166.99-
YUV188.82138.26104.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.61%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=27.61%
G=35.75%
B=36.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562022070.250.0200.19185.8834.6971.18
Hex9CCACF192013ba2347
Octal23431231731202327243107
Binary1001110011001010110011111100110010011101110101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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