Html Css Color HEX #A1DCDC Morning Glory

📋 copy color: '#A1DCDC'

red 161 ◦ green 220 ◦ blue 220

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

Shades of Morning Glory #A1DCDC

Tints of Morning Glory #A1DCDC

RGB

 RED value IS 161 (63.28% from 255) = 26.79%

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

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

R = 26.79%
G = 36.61%
B = 36.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1DCDC (or 0xA1DCDC) is known color: Morning Glory. HEX triplet: A1, DC and DC. RGB value is (161,220,220). Sum of RGB (Red+Green+Blue) = 161+220+220=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #A1DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCDC is #5E2323. Grayscale: #CACACA. Windows color (decimal): -6169380 or 14474401. OLE color: 14474401.

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

Color convert

RGB 161 220 220 -
CMYK 0.27 0 0 0.14
HSL 180º 0.46% 0.75% -
HSV(B) 180º 0.27% 0.86% -
XYZ 53.21 63.93 77.25 -
YUV 202.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 161 220 220 0.27 0 0 0.14 180 0.46 0.75
Hex A1 DC DC 1B 0 0 E B4 2E 4B
Octal 241 334 334 33 0 0 16 264 56 113
Binary 10100001 11011100 11011100 11011 0 0 1110 10110100 101110 1001011

Color Harmonies of #A1DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCDC

Black with #A1DCDC

Text Example


Text Example

White with #A1DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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