Html Css Color HEX #ADD4D8 Morning Glory

📋 copy color: '#ADD4D8'

red 173 ◦ green 212 ◦ blue 216

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

Shades of Morning Glory #ADD4D8

Tints of Morning Glory #ADD4D8

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.27%

 BLUE value IS 216 (84.77% from 255) = 35.94%

R = 28.79%
G = 35.27%
B = 35.94%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADD4D8 (or 0xADD4D8) is known color: Morning Glory. HEX triplet: AD, D4 and D8. RGB value is (173,212,216). Sum of RGB (Red+Green+Blue) = 173+212+216=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADD4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4D8 is #522B27. Grayscale: #C8C8C8. Windows color (decimal): -5385000 or 14210221. OLE color: 14210221.

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

Color convert

RGB 173 212 216 -
CMYK 0.20 0.02 0 0.15
HSL 185.58º 0.36% 0.76% -
HSV(B) 185.58º 0.2% 0.85% -
XYZ 53.17 60.93 73.92 -
YUV 200.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 173 212 216 0.20 0.02 0 0.15 185.58 0.36 0.76
Hex AD D4 D8 14 2 0 F BA 24 4C
Octal 255 324 330 24 2 0 17 272 44 114
Binary 10101101 11010100 11011000 10100 10 0 1111 10111010 100100 1001100

Color Harmonies of #ADD4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4D8

Black with #ADD4D8

Text Example


Text Example

White with #ADD4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4D8; }

 p { color: rgb(173,212,216); }

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

background-color css

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

 a { background-color: rgb(173,212,216); }

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

border-color css

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

 span { border-color: rgb(173,212,216); }

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