#9ADCD8

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

Shades of Morning Glory #9ADCD8

Tints of Morning Glory #9ADCD8

Color information

#9ADCD8 (or 0x9ADCD8) is unknown color: approx Morning Glory. HEX triplet: 9A, DC and D8. RGB value is (154,220,216). Sum of RGB (Red+Green+Blue) = 154+220+216=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCD8 is #652327. Grayscale: #C7C7C7. Windows color (decimal): -6628136 or 14212250. OLE color: 14212250.

HSL color Cylindrical-coordinate representation of color #9ADCD8: hue angle of 176.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCD8 is Cyan = 0.3, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB154220216-
CMYK0.300.020.14
HSL176.36º48.53%73.33%-
HSV(B)176.36º30%86.27%-
XYZ51.3163.0174.42-
YUV199.81137.1395.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.10%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 216 (84.77% from 255) = 36.61%
R=26.10%
G=37.29%
B=36.61%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542202160.300.020.14176.3648.5373.33
Hex9ADCD81E02Eb03149
Octal23233433036021626061111
Binary100110101101110011011000111100101110101100001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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