Html Css Color HEX #ADD2D6 Morning Glory

📋 copy color: '#ADD2D6'

red 173 ◦ green 210 ◦ blue 214

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

Shades of Morning Glory #ADD2D6

Tints of Morning Glory #ADD2D6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.18%

 BLUE value IS 214 (83.98% from 255) = 35.85%

R = 28.98%
G = 35.18%
B = 35.85%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADD2D6 (or 0xADD2D6) is known color: Morning Glory. HEX triplet: AD, D2 and D6. RGB value is (173,210,214). Sum of RGB (Red+Green+Blue) = 173+210+214=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADD2D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2D6 is #522D29. Grayscale: #C7C7C7. Windows color (decimal): -5385514 or 14078637. OLE color: 14078637.

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

Color convert

RGB 173 210 214 -
CMYK 0.19 0.02 0 0.16
HSL 185.85º 0.33% 0.76% -
HSV(B) 185.85º 0.19% 0.84% -
XYZ 52.42 59.83 72.4 -
YUV 199.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 173 210 214 0.19 0.02 0 0.16 185.85 0.33 0.76
Hex AD D2 D6 13 2 0 10 BA 21 4C
Octal 255 322 326 23 2 0 20 272 41 114
Binary 10101101 11010010 11010110 10011 10 0 10000 10111010 100001 1001100

Color Harmonies of #ADD2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2D6

Black with #ADD2D6

Text Example


Text Example

White with #ADD2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2D6; }

 p { color: rgb(173,210,214); }

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

background-color css

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

 a { background-color: rgb(173,210,214); }

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

border-color css

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

 span { border-color: rgb(173,210,214); }

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