#9FCACA

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

Shades of Morning Glory #9FCACA

Tints of Morning Glory #9FCACA

Color information

#9FCACA (or 0x9FCACA) is unknown color: approx Morning Glory. HEX triplet: 9F, CA and CA. RGB value is (159,202,202). Sum of RGB (Red+Green+Blue) = 159+202+202=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #9FCACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCACA is #603535. Grayscale: #BDBDBD. Windows color (decimal): -6305078 or 13290143. OLE color: 13290143.

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

Color convert

RGB159202202-
CMYK0.21000.21
HSL180º28.86%70.78%-
HSV(B)180º21.29%79.22%-
XYZ46.0853.8863.85-
YUV189.14135.25106.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.24%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=28.24%
G=35.88%
B=35.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592022020.21000.2118028.8670.78
Hex9FCACA150015b41d47
Octal23731231225002526435107
Binary10011111110010101100101010101001010110110100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,202,202); }

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

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

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

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

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

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

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