Html Css Color HEX #ACD4D6 Morning Glory

📋 copy color: '#ACD4D6'

red 172 ◦ green 212 ◦ blue 214

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

Shades of Morning Glory #ACD4D6

Tints of Morning Glory #ACD4D6

RGB

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

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

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

R = 28.76%
G = 35.45%
B = 35.79%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACD4D6 (or 0xACD4D6) is known color: Morning Glory. HEX triplet: AC, D4 and D6. RGB value is (172,212,214). Sum of RGB (Red+Green+Blue) = 172+212+214=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACD4D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4D6 is #532B29. Grayscale: #C8C8C8. Windows color (decimal): -5450538 or 14079148. OLE color: 14079148.

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

Color convert

RGB 172 212 214 -
CMYK 0.20 0.01 0 0.16
HSL 182.86º 0.34% 0.76% -
HSV(B) 182.86º 0.2% 0.84% -
XYZ 52.69 60.71 72.56 -
YUV 200.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 172 212 214 0.20 0.01 0 0.16 182.86 0.34 0.76
Hex AC D4 D6 14 1 0 10 B7 22 4C
Octal 254 324 326 24 1 0 20 267 42 114
Binary 10101100 11010100 11010110 10100 1 0 10000 10110111 100010 1001100

Color Harmonies of #ACD4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4D6

Black with #ACD4D6

Text Example


Text Example

White with #ACD4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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