Html Css Color HEX #ADD6D8 Morning Glory

📋 copy color: '#ADD6D8'

red 173 ◦ green 214 ◦ blue 216

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

Shades of Morning Glory #ADD6D8

Tints of Morning Glory #ADD6D8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.49%

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

R = 28.69%
G = 35.49%
B = 35.82%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADD6D8 (or 0xADD6D8) is known color: Morning Glory. HEX triplet: AD, D6 and D8. RGB value is (173,214,216). Sum of RGB (Red+Green+Blue) = 173+214+216=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADD6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6D8 is #522927. Grayscale: #C9C9C9. Windows color (decimal): -5384488 or 14210733. OLE color: 14210733.

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

Color convert

RGB 173 214 216 -
CMYK 0.20 0.01 0 0.15
HSL 182.79º 0.36% 0.76% -
HSV(B) 182.79º 0.2% 0.85% -
XYZ 53.67 61.94 74.09 -
YUV 201.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 173 214 216 0.20 0.01 0 0.15 182.79 0.36 0.76
Hex AD D6 D8 14 1 0 F B7 24 4C
Octal 255 326 330 24 1 0 17 267 44 114
Binary 10101101 11010110 11011000 10100 1 0 1111 10110111 100100 1001100

Color Harmonies of #ADD6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6D8

Black with #ADD6D8

Text Example


Text Example

White with #ADD6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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