#9ACDCA

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

Shades of Morning Glory #9ACDCA

Tints of Morning Glory #9ACDCA

Color information

#9ACDCA (or 0x9ACDCA) is unknown color: approx Morning Glory. HEX triplet: 9A, CD and CA. RGB value is (154,205,202). Sum of RGB (Red+Green+Blue) = 154+205+202=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDCA is #653235. Grayscale: #BDBDBD. Windows color (decimal): -6631990 or 13290906. OLE color: 13290906.

HSL color Cylindrical-coordinate representation of color #9ACDCA: hue angle of 176.47º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACDCA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB154205202-
CMYK0.2500.010.20
HSL176.47º33.77%70.39%-
HSV(B)176.47º24.88%80.39%-
XYZ45.8254.864.04-
YUV189.41135.1102.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=27.45%
G=36.54%
B=36.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542052020.2500.010.20176.4733.7770.39
Hex9ACDCA190114b02246
Octal23231531231012426042106
Binary100110101100110111001010110010110100101100001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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