#9ADDDE

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

Shades of Morning Glory #9ADDDE

Tints of Morning Glory #9ADDDE

Color information

#9ADDDE (or 0x9ADDDE) is unknown color: approx Morning Glory. HEX triplet: 9A, DD and DE. RGB value is (154,221,222). Sum of RGB (Red+Green+Blue) = 154+221+222=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ADDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDDE is #652221. Grayscale: #C9C9C9. Windows color (decimal): -6627874 or 14605722. OLE color: 14605722.

HSL color Cylindrical-coordinate representation of color #9ADDDE: hue angle of 180.88º 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 #9ADDDE is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154221222-
CMYK0.310.0000.13
HSL180.88º50.75%73.73%-
HSV(B)180.88º30.63%87.06%-
XYZ52.3763.8678.67-
YUV201.08139.894.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.80%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=25.80%
G=37.02%
B=37.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542212220.310.0000.13180.8850.7573.73
Hex9ADDDE1F00Db5334a
Octal23233533637001526563112
Binary10011010110111011101111011111001101101101011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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