#ADCCD0

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

Shades of Morning Glory #ADCCD0

Tints of Morning Glory #ADCCD0

Color information

#ADCCD0 (or 0xADCCD0) is unknown color: approx Morning Glory. HEX triplet: AD, CC and D0. RGB value is (173,204,208). Sum of RGB (Red+Green+Blue) = 173+204+208=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADCCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCD0 is #52332F. Grayscale: #C3C3C3. Windows color (decimal): -5387056 or 13683885. OLE color: 13683885.

HSL color Cylindrical-coordinate representation of color #ADCCD0: hue angle of 186.86º 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 #ADCCD0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173204208-
CMYK0.170.0200.18
HSL186.86º27.13%74.71%-
HSV(B)186.86º16.83%81.57%-
XYZ50.2156.6267.96-
YUV195.19135.23112.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=29.57%
G=34.87%
B=35.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732042080.170.0200.18186.8627.1374.71
HexADCCD0112012bb1b4b
Octal25531432021202227333113
Binary101011011100110011010000100011001001010111011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCD0; }

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

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

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

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

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

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

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

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