#9AD5DC

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

Shades of Morning Glory #9AD5DC

Tints of Morning Glory #9AD5DC

Color information

#9AD5DC (or 0x9AD5DC) is unknown color: approx Morning Glory. HEX triplet: 9A, D5 and DC. RGB value is (154,213,220). Sum of RGB (Red+Green+Blue) = 154+213+220=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD5DC is #652A23. Grayscale: #C4C4C4. Windows color (decimal): -6629924 or 14472602. OLE color: 14472602.

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

Color convert

RGB154213220-
CMYK0.30.0300.14
HSL186.36º48.53%73.33%-
HSV(B)186.36º30%86.27%-
XYZ50.0459.6376.58-
YUV196.16141.4597.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.24%
GREEN value IS 213 (83.59% from 255) = 36.29%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=26.24%
G=36.29%
B=37.48%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542132200.30.0300.14186.3648.5373.33
Hex9AD5DC1E30Eba3149
Octal23232533436301627261111
Binary100110101101010111011100111101101110101110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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