#9ADBDB

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

Shades of Morning Glory #9ADBDB

Tints of Morning Glory #9ADBDB

Color information

#9ADBDB (or 0x9ADBDB) is unknown color: approx Morning Glory. HEX triplet: 9A, DB and DB. RGB value is (154,219,219). Sum of RGB (Red+Green+Blue) = 154+219+219=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #9ADBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBDB is #652424. Grayscale: #C7C7C7. Windows color (decimal): -6628389 or 14408602. OLE color: 14408602.

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

Color convert

RGB154219219-
CMYK0.30000.14
HSL180º47.45%73.14%-
HSV(B)180º29.68%85.88%-
XYZ51.4462.6576.4-
YUV199.56138.9795.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.01%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=26.01%
G=36.99%
B=36.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542192190.30000.1418047.4573.14
Hex9ADBDB1E00Eb42f49
Octal23233333336001626457111
Binary10011010110110111101101111110001110101101001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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