#9ADDDC

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

Shades of Morning Glory #9ADDDC

Tints of Morning Glory #9ADDDC

Color information

#9ADDDC (or 0x9ADDDC) is unknown color: approx Morning Glory. HEX triplet: 9A, DD and DC. RGB value is (154,221,220). Sum of RGB (Red+Green+Blue) = 154+221+220=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDDC is #652223. Grayscale: #C8C8C8. Windows color (decimal): -6627876 or 14474650. OLE color: 14474650.

HSL color Cylindrical-coordinate representation of color #9ADDDC: hue angle of 179.1º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDDC is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB154221220-
CMYK0.3000.000.13
HSL179.1º49.63%73.53%-
HSV(B)179.1º30.32%86.67%-
XYZ52.163.7577.27-
YUV200.85138.894.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.88%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=25.88%
G=37.14%
B=36.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542212200.3000.000.13179.149.6373.53
Hex9ADDDC1E00Db3324a
Octal23233533436001526362112
Binary10011010110111011101110011110001101101100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,221,220); }

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

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

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

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

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

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

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