Html Css Color HEX #A1D9DB Morning Glory

📋 copy color: '#A1D9DB'

red 161 ◦ green 217 ◦ blue 219

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

Shades of Morning Glory #A1D9DB

Tints of Morning Glory #A1D9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.35%

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 26.97%
G = 36.35%
B = 36.68%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1D9DB (or 0xA1D9DB) is known color: Morning Glory. HEX triplet: A1, D9 and DB. RGB value is (161,217,219). Sum of RGB (Red+Green+Blue) = 161+217+219=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1D9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9DB is #5E2624. Grayscale: #C8C8C8. Windows color (decimal): -6170149 or 14408097. OLE color: 14408097.

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

Color convert

RGB 161 217 219 -
CMYK 0.26 0.01 0 0.14
HSL 182.07º 0.45% 0.75% -
HSV(B) 182.07º 0.26% 0.86% -
XYZ 52.3 62.32 76.29 -
YUV 200.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 161 217 219 0.26 0.01 0 0.14 182.07 0.45 0.75
Hex A1 D9 DB 1A 1 0 E B6 2D 4B
Octal 241 331 333 32 1 0 16 266 55 113
Binary 10100001 11011001 11011011 11010 1 0 1110 10110110 101101 1001011

Color Harmonies of #A1D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D9DB

Black with #A1D9DB

Text Example


Text Example

White with #A1D9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D9DB; }

 p { color: rgb(161,217,219); }

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

background-color css

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

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

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

border-color css

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

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

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