#ADCED0

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

Shades of Morning Glory #ADCED0

Tints of Morning Glory #ADCED0

Color information

#ADCED0 (or 0xADCED0) is unknown color: approx Morning Glory. HEX triplet: AD, CE and D0. RGB value is (173,206,208). Sum of RGB (Red+Green+Blue) = 173+206+208=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADCED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCED0 is #52312F. Grayscale: #C4C4C4. Windows color (decimal): -5386544 or 13684397. OLE color: 13684397.

HSL color Cylindrical-coordinate representation of color #ADCED0: hue angle of 183.43º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADCED0 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173206208-
CMYK0.170.0100.18
HSL183.43º27.13%74.71%-
HSV(B)183.43º16.83%81.57%-
XYZ50.6957.5868.12-
YUV196.36134.57111.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=29.47%
G=35.09%
B=35.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732062080.170.0100.18183.4327.1374.71
HexADCED0111012b71b4b
Octal25531632021102226733113
Binary10101101110011101101000010001101001010110111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCED0; }

 p { color: rgb(173,206,208); }

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

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

 a { background-color: rgb(173,206,208); }

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

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

 span { border-color: rgb(173,206,208); }

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