#ADD3D7

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

Shades of Morning Glory #ADD3D7

Tints of Morning Glory #ADD3D7

Color information

#ADD3D7 (or 0xADD3D7) is unknown color: approx Morning Glory. HEX triplet: AD, D3 and D7. RGB value is (173,211,215). Sum of RGB (Red+Green+Blue) = 173+211+215=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADD3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3D7 is #522C28. Grayscale: #C8C8C8. Windows color (decimal): -5385257 or 14144429. OLE color: 14144429.

HSL color Cylindrical-coordinate representation of color #ADD3D7: hue angle of 185.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD3D7 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173211215-
CMYK0.200.0200.16
HSL185.71º34.43%76.08%-
HSV(B)185.71º19.53%84.31%-
XYZ52.7960.3873.16-
YUV200.09136.41108.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 211 (82.81% from 255) = 35.23%
BLUE value IS 215 (84.38% from 255) = 35.89%
R=28.88%
G=35.23%
B=35.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732112150.200.0200.16185.7134.4376.08
HexADD3D7142010ba224c
Octal25532332724202027242114
Binary1010110111010011110101111010010010000101110101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3D7; }

 p { color: rgb(173,211,215); }

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

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

 a { background-color: rgb(173,211,215); }

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

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

 span { border-color: rgb(173,211,215); }

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