#9ACDCF

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

Shades of Morning Glory #9ACDCF

Tints of Morning Glory #9ACDCF

Color information

#9ACDCF (or 0x9ACDCF) is unknown color: approx Morning Glory. HEX triplet: 9A, CD and CF. RGB value is (154,205,207). Sum of RGB (Red+Green+Blue) = 154+205+207=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #9ACDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDCF is #653230. Grayscale: #BDBDBD. Windows color (decimal): -6631985 or 13618586. OLE color: 13618586.

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

Color convert

RGB154205207-
CMYK0.260.0100.19
HSL182.26º35.57%70.78%-
HSV(B)182.26º25.6%81.18%-
XYZ46.4255.0467.21-
YUV189.98137.6102.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.21%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=27.21%
G=36.22%
B=36.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542052070.260.0100.19182.2635.5770.78
Hex9ACDCF1A1013b62447
Octal23231531732102326644107
Binary100110101100110111001111110101010011101101101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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