Html Css Color HEX #ADCDD0 Morning Glory

📋 copy color: '#ADCDD0'

red 173 ◦ green 205 ◦ blue 208

#ADCDD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #ADCDD0

Tints of Morning Glory #ADCDD0

RGB

 RED value IS 173 (67.97% from 255) = 29.52%

 GREEN value IS 205 (80.47% from 255) = 34.98%

 BLUE value IS 208 (81.64% from 255) = 35.49%

R = 29.52%
G = 34.98%
B = 35.49%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADCDD0 (or 0xADCDD0) is known color: Morning Glory. HEX triplet: AD, CD and D0. RGB value is (173,205,208). Sum of RGB (Red+Green+Blue) = 173+205+208=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADCDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDD0 is #52322F. Grayscale: #C3C3C3. Windows color (decimal): -5386800 or 13684141. OLE color: 13684141.

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

Color convert

RGB 173 205 208 -
CMYK 0.17 0.01 0 0.18
HSL 185.14º 0.27% 0.75% -
HSV(B) 185.14º 0.17% 0.82% -
XYZ 50.45 57.1 68.04 -
YUV 195.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 173 205 208 0.17 0.01 0 0.18 185.14 0.27 0.75
Hex AD CD D0 11 1 0 12 B9 1B 4B
Octal 255 315 320 21 1 0 22 271 33 113
Binary 10101101 11001101 11010000 10001 1 0 10010 10111001 11011 1001011

Color Harmonies of #ADCDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDD0

Black with #ADCDD0

Text Example


Text Example

White with #ADCDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDD0; }

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

 H1.HeaderClassName
 {
   color: #ADCDD0;
 }
 .AnyTagClassName
 {
   color: #ADCDD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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