Html Css Color HEX #A0DCDB Morning Glory

📋 copy color: '#A0DCDB'

red 160 ◦ green 220 ◦ blue 219

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

Shades of Morning Glory #A0DCDB

Tints of Morning Glory #A0DCDB

RGB

 RED value IS 160 (62.89% from 255) = 26.71%

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

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

R = 26.71%
G = 36.73%
B = 36.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#A0DCDB (or 0xA0DCDB) is known color: Morning Glory. HEX triplet: A0, DC and DB. RGB value is (160,220,219). Sum of RGB (Red+Green+Blue) = 160+220+219=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCDB is #5F2324. Grayscale: #C9C9C9. Windows color (decimal): -6234917 or 14408864. OLE color: 14408864.

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

Color convert

RGB 160 220 219 -
CMYK 0.27 0 0.00 0.14
HSL 179º 0.46% 0.75% -
HSV(B) 179º 0.27% 0.86% -
XYZ 52.88 63.77 76.54 -
YUV 201.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 160 220 219 0.27 0 0.00 0.14 179 0.46 0.75
Hex A0 DC DB 1B 0 0 E B3 2E 4B
Octal 240 334 333 33 0 0 16 263 56 113
Binary 10100000 11011100 11011011 11011 0 0 1110 10110011 101110 1001011

Color Harmonies of #A0DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCDB

Black with #A0DCDB

Text Example


Text Example

White with #A0DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCDB; }

 p { color: rgb(160,220,219); }

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

background-color css

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

 a { background-color: rgb(160,220,219); }

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

border-color css

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

 span { border-color: rgb(160,220,219); }

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