#9ADBDC

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

Shades of Morning Glory #9ADBDC

Tints of Morning Glory #9ADBDC

Color information

#9ADBDC (or 0x9ADBDC) is unknown color: approx Morning Glory. HEX triplet: 9A, DB and DC. RGB value is (154,219,220). Sum of RGB (Red+Green+Blue) = 154+219+220=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ADBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBDC is #652423. Grayscale: #C7C7C7. Windows color (decimal): -6628388 or 14474138. OLE color: 14474138.

HSL color Cylindrical-coordinate representation of color #9ADBDC: hue angle of 180.91º degrees, saturation: 0.49, 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 #9ADBDC is Cyan = 0.3, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154219220-
CMYK0.30.0000.14
HSL180.91º48.53%73.33%-
HSV(B)180.91º30%86.27%-
XYZ51.5862.777.09-
YUV199.68139.4795.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.97%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=25.97%
G=36.93%
B=37.10%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542192200.30.0000.14180.9148.5373.33
Hex9ADBDC1E00Eb53149
Octal23233333436001626561111
Binary10011010110110111101110011110001110101101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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