Html Css Color HEX #ACD3D5 Morning Glory

📋 copy color: '#ACD3D5'

red 172 ◦ green 211 ◦ blue 213

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

Shades of Morning Glory #ACD3D5

Tints of Morning Glory #ACD3D5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.4%

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 28.86%
G = 35.4%
B = 35.74%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACD3D5 (or 0xACD3D5) is known color: Morning Glory. HEX triplet: AC, D3 and D5. RGB value is (172,211,213). Sum of RGB (Red+Green+Blue) = 172+211+213=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACD3D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3D5 is #532C2A. Grayscale: #C7C7C7. Windows color (decimal): -5450795 or 14013356. OLE color: 14013356.

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

Color convert

RGB 172 211 213 -
CMYK 0.19 0.01 0 0.16
HSL 182.93º 0.33% 0.75% -
HSV(B) 182.93º 0.19% 0.84% -
XYZ 52.32 60.16 71.81 -
YUV 199.57 135.58 108.34 -
System Red Green Blue C M Y K H S L
Decimal 172 211 213 0.19 0.01 0 0.16 182.93 0.33 0.75
Hex AC D3 D5 13 1 0 10 B7 21 4B
Octal 254 323 325 23 1 0 20 267 41 113
Binary 10101100 11010011 11010101 10011 1 0 10000 10110111 100001 1001011

Color Harmonies of #ACD3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3D5

Black with #ACD3D5

Text Example


Text Example

White with #ACD3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3D5; }

 p { color: rgb(172,211,213); }

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

background-color css

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

 a { background-color: rgb(172,211,213); }

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

border-color css

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

 span { border-color: rgb(172,211,213); }

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