Html Css Color HEX #A1D7DC Morning Glory

📋 copy color: '#A1D7DC'

red 161 ◦ green 215 ◦ blue 220

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

Shades of Morning Glory #A1D7DC

Tints of Morning Glory #A1D7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.07%

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

R = 27.01%
G = 36.07%
B = 36.91%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1D7DC (or 0xA1D7DC) is known color: Morning Glory. HEX triplet: A1, D7 and DC. RGB value is (161,215,220). Sum of RGB (Red+Green+Blue) = 161+215+220=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D7DC is #5E2823. Grayscale: #C7C7C7. Windows color (decimal): -6170660 or 14473121. OLE color: 14473121.

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

Color convert

RGB 161 215 220 -
CMYK 0.27 0.02 0 0.14
HSL 185.08º 0.46% 0.75% -
HSV(B) 185.08º 0.27% 0.86% -
XYZ 51.92 61.35 76.81 -
YUV 199.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 161 215 220 0.27 0.02 0 0.14 185.08 0.46 0.75
Hex A1 D7 DC 1B 2 0 E B9 2E 4B
Octal 241 327 334 33 2 0 16 271 56 113
Binary 10100001 11010111 11011100 11011 10 0 1110 10111001 101110 1001011

Color Harmonies of #A1D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D7DC

Black with #A1D7DC

Text Example


Text Example

White with #A1D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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