Html Css Color HEX #A1DBDA Morning Glory

📋 copy color: '#A1DBDA'

red 161 ◦ green 219 ◦ blue 218

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

Shades of Morning Glory #A1DBDA

Tints of Morning Glory #A1DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.62%

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 26.92%
G = 36.62%
B = 36.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#A1DBDA (or 0xA1DBDA) is known color: Morning Glory. HEX triplet: A1, DB and DA. RGB value is (161,219,218). Sum of RGB (Red+Green+Blue) = 161+219+218=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBDA is #5E2425. Grayscale: #C9C9C9. Windows color (decimal): -6169638 or 14343073. OLE color: 14343073.

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

Color convert

RGB 161 219 218 -
CMYK 0.26 0 0.00 0.14
HSL 178.97º 0.45% 0.75% -
HSV(B) 178.97º 0.26% 0.86% -
XYZ 52.68 63.3 75.77 -
YUV 201.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 161 219 218 0.26 0 0.00 0.14 178.97 0.45 0.75
Hex A1 DB DA 1A 0 0 E B3 2D 4B
Octal 241 333 332 32 0 0 16 263 55 113
Binary 10100001 11011011 11011010 11010 0 0 1110 10110011 101101 1001011

Color Harmonies of #A1DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DBDA

Black with #A1DBDA

Text Example


Text Example

White with #A1DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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