#9ACDCD

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

Shades of Morning Glory #9ACDCD

Tints of Morning Glory #9ACDCD

Color information

#9ACDCD (or 0x9ACDCD) is unknown color: approx Morning Glory. HEX triplet: 9A, CD and CD. RGB value is (154,205,205). Sum of RGB (Red+Green+Blue) = 154+205+205=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #9ACDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDCD is #653232. Grayscale: #BDBDBD. Windows color (decimal): -6631987 or 13487514. OLE color: 13487514.

HSL color Cylindrical-coordinate representation of color #9ACDCD: hue angle of 180º 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 #9ACDCD is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154205205-
CMYK0.25000.20
HSL180º33.77%70.39%-
HSV(B)180º24.88%80.39%-
XYZ46.1854.9465.93-
YUV189.75136.6102.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.30%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=27.30%
G=36.35%
B=36.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542052050.25000.2018033.7770.39
Hex9ACDCD190014b42246
Octal23231531531002426442106
Binary100110101100110111001101110010010100101101001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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