#9ADDDB

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

Shades of Morning Glory #9ADDDB

Tints of Morning Glory #9ADDDB

Color information

#9ADDDB (or 0x9ADDDB) is unknown color: approx Morning Glory. HEX triplet: 9A, DD and DB. RGB value is (154,221,219). Sum of RGB (Red+Green+Blue) = 154+221+219=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDDB is #652224. Grayscale: #C8C8C8. Windows color (decimal): -6627877 or 14409114. OLE color: 14409114.

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

Color convert

RGB154221219-
CMYK0.3000.010.13
HSL178.21º49.63%73.53%-
HSV(B)178.21º30.32%86.67%-
XYZ51.9763.776.57-
YUV200.74138.394.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.93%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=25.93%
G=37.21%
B=36.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542212190.3000.010.13178.2149.6373.53
Hex9ADDDB1E01Db2324a
Octal23233533336011526262112
Binary10011010110111011101101111110011101101100101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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