Html Css Color HEX #A4DCDC Morning Glory

📋 copy color: '#A4DCDC'

red 164 ◦ green 220 ◦ blue 220

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

Shades of Morning Glory #A4DCDC

Tints of Morning Glory #A4DCDC

RGB

 RED value IS 164 (64.45% from 255) = 27.15%

 GREEN value IS 220 (86.33% from 255) = 36.42%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 27.15%
G = 36.42%
B = 36.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4DCDC (or 0xA4DCDC) is known color: Morning Glory. HEX triplet: A4, DC and DC. RGB value is (164,220,220). Sum of RGB (Red+Green+Blue) = 164+220+220=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #A4DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCDC is #5B2323. Grayscale: #CBCBCB. Windows color (decimal): -5972772 or 14474404. OLE color: 14474404.

HSL color Cylindrical-coordinate representation of color #A4DCDC: hue angle of 180º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DCDC is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 220 -
CMYK 0.25 0 0 0.14
HSL 180º 0.44% 0.75% -
HSV(B) 180º 0.25% 0.86% -
XYZ 53.82 64.25 77.27 -
YUV 203.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 164 220 220 0.25 0 0 0.14 180 0.44 0.75
Hex A4 DC DC 19 0 0 E B4 2C 4B
Octal 244 334 334 31 0 0 16 264 54 113
Binary 10100100 11011100 11011100 11001 0 0 1110 10110100 101100 1001011

Color Harmonies of #A4DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCDC

Black with #A4DCDC

Text Example


Text Example

White with #A4DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCDC; }

 p { color: rgb(164,220,220); }

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

background-color css

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

 a { background-color: rgb(164,220,220); }

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

border-color css

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

 span { border-color: rgb(164,220,220); }

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