#9AD8DE

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

Shades of Morning Glory #9AD8DE

Tints of Morning Glory #9AD8DE

Color information

#9AD8DE (or 0x9AD8DE) is unknown color: approx Morning Glory. HEX triplet: 9A, D8 and DE. RGB value is (154,216,222). Sum of RGB (Red+Green+Blue) = 154+216+222=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AD8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD8DE is #652721. Grayscale: #C6C6C6. Windows color (decimal): -6629154 or 14604442. OLE color: 14604442.

HSL color Cylindrical-coordinate representation of color #9AD8DE: hue angle of 185.29º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AD8DE is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154216222-
CMYK0.310.0300.13
HSL185.29º50.75%73.73%-
HSV(B)185.29º30.63%87.06%-
XYZ51.0761.2678.24-
YUV198.15141.4696.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.01%
GREEN value IS 216 (84.77% from 255) = 36.49%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=26.01%
G=36.49%
B=37.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542162220.310.0300.13185.2950.7573.73
Hex9AD8DE1F30Db9334a
Octal23233033637301527163112
Binary100110101101100011011110111111101101101110011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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