Html Css Color HEX #A1DDDC Morning Glory

📋 copy color: '#A1DDDC'

red 161 ◦ green 221 ◦ blue 220

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

Shades of Morning Glory #A1DDDC

Tints of Morning Glory #A1DDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.71%

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

R = 26.74%
G = 36.71%
B = 36.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#A1DDDC (or 0xA1DDDC) is known color: Morning Glory. HEX triplet: A1, DD and DC. RGB value is (161,221,220). Sum of RGB (Red+Green+Blue) = 161+221+220=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDDC is #5E2223. Grayscale: #CACACA. Windows color (decimal): -6169124 or 14474657. OLE color: 14474657.

HSL color Cylindrical-coordinate representation of color #A1DDDC: hue angle of 179º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDDC is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 221 220 -
CMYK 0.27 0 0.00 0.13
HSL 179º 0.47% 0.75% -
HSV(B) 179º 0.27% 0.87% -
XYZ 53.47 64.46 77.33 -
YUV 202.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 161 221 220 0.27 0 0.00 0.13 179 0.47 0.75
Hex A1 DD DC 1B 0 0 D B3 2F 4B
Octal 241 335 334 33 0 0 15 263 57 113
Binary 10100001 11011101 11011100 11011 0 0 1101 10110011 101111 1001011

Color Harmonies of #A1DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDDC

Black with #A1DDDC

Text Example


Text Example

White with #A1DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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