#9AD6DB

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

Shades of Morning Glory #9AD6DB

Tints of Morning Glory #9AD6DB

Color information

#9AD6DB (or 0x9AD6DB) is unknown color: approx Morning Glory. HEX triplet: 9A, D6 and DB. RGB value is (154,214,219). Sum of RGB (Red+Green+Blue) = 154+214+219=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AD6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD6DB is #652924. Grayscale: #C4C4C4. Windows color (decimal): -6629669 or 14407322. OLE color: 14407322.

HSL color Cylindrical-coordinate representation of color #9AD6DB: hue angle of 184.62º degrees, saturation: 0.47, 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 #9AD6DB is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154214219-
CMYK0.300.0200.14
HSL184.62º47.45%73.14%-
HSV(B)184.62º29.68%85.88%-
XYZ50.1660.0875.97-
YUV196.63140.6297.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.24%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=26.24%
G=36.46%
B=37.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542142190.300.0200.14184.6247.4573.14
Hex9AD6DB1E20Eb92f49
Octal23232633336201627157111
Binary100110101101011011011011111101001110101110011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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