Html Css Color HEX #ACD4D7 Morning Glory

📋 copy color: '#ACD4D7'

red 172 ◦ green 212 ◦ blue 215

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

Shades of Morning Glory #ACD4D7

Tints of Morning Glory #ACD4D7

RGB

 RED value IS 172 (67.58% from 255) = 28.71%

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

 BLUE value IS 215 (84.38% from 255) = 35.89%

R = 28.71%
G = 35.39%
B = 35.89%

CMYK

 C value IS 0.2

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACD4D7 (or 0xACD4D7) is known color: Morning Glory. HEX triplet: AC, D4 and D7. RGB value is (172,212,215). Sum of RGB (Red+Green+Blue) = 172+212+215=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACD4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4D7 is #532B28. Grayscale: #C8C8C8. Windows color (decimal): -5450537 or 14144684. OLE color: 14144684.

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

Color convert

RGB 172 212 215 -
CMYK 0.2 0.01 0 0.16
HSL 184.19º 0.35% 0.76% -
HSV(B) 184.19º 0.2% 0.84% -
XYZ 52.82 60.76 73.23 -
YUV 200.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 172 212 215 0.2 0.01 0 0.16 184.19 0.35 0.76
Hex AC D4 D7 14 1 0 10 B8 23 4C
Octal 254 324 327 24 1 0 20 270 43 114
Binary 10101100 11010100 11010111 10100 1 0 10000 10111000 100011 1001100

Color Harmonies of #ACD4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4D7

Black with #ACD4D7

Text Example


Text Example

White with #ACD4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4D7; }

 p { color: rgb(172,212,215); }

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

background-color css

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

 a { background-color: rgb(172,212,215); }

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

border-color css

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

 span { border-color: rgb(172,212,215); }

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