Html Css Color HEX #A1DADC Morning Glory

📋 copy color: '#A1DADC'

red 161 ◦ green 218 ◦ blue 220

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

Shades of Morning Glory #A1DADC

Tints of Morning Glory #A1DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.39%

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

R = 26.88%
G = 36.39%
B = 36.73%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1DADC (or 0xA1DADC) is known color: Morning Glory. HEX triplet: A1, DA and DC. RGB value is (161,218,220). Sum of RGB (Red+Green+Blue) = 161+218+220=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DADC is #5E2523. Grayscale: #C9C9C9. Windows color (decimal): -6169892 or 14473889. OLE color: 14473889.

HSL color Cylindrical-coordinate representation of color #A1DADC: hue angle of 182.03º 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 #A1DADC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 218 220 -
CMYK 0.27 0.01 0 0.14
HSL 182.03º 0.46% 0.75% -
HSV(B) 182.03º 0.27% 0.86% -
XYZ 52.69 62.89 77.07 -
YUV 201.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 161 218 220 0.27 0.01 0 0.14 182.03 0.46 0.75
Hex A1 DA DC 1B 1 0 E B6 2E 4B
Octal 241 332 334 33 1 0 16 266 56 113
Binary 10100001 11011010 11011100 11011 1 0 1110 10110110 101110 1001011

Color Harmonies of #A1DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DADC

Black with #A1DADC

Text Example


Text Example

White with #A1DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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