Html Css Color HEX #A0DBDC Morning Glory

📋 copy color: '#A0DBDC'

red 160 ◦ green 219 ◦ blue 220

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

Shades of Morning Glory #A0DBDC

Tints of Morning Glory #A0DBDC

RGB

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

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

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

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

CMYK

 C value IS 0.27

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0DBDC (or 0xA0DBDC) is known color: Morning Glory. HEX triplet: A0, DB and DC. RGB value is (160,219,220). Sum of RGB (Red+Green+Blue) = 160+219+220=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 219 (85.94% from 255 or 36.56% 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 #A0DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBDC is #5F2423. Grayscale: #C9C9C9. Windows color (decimal): -6235172 or 14474144. OLE color: 14474144.

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

Color convert

RGB 160 219 220 -
CMYK 0.27 0.00 0 0.14
HSL 181º 0.46% 0.75% -
HSV(B) 181º 0.27% 0.86% -
XYZ 52.75 63.3 77.15 -
YUV 201.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 160 219 220 0.27 0.00 0 0.14 181 0.46 0.75
Hex A0 DB DC 1B 0 0 E B5 2E 4B
Octal 240 333 334 33 0 0 16 265 56 113
Binary 10100000 11011011 11011100 11011 0 0 1110 10110101 101110 1001011

Color Harmonies of #A0DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBDC

Black with #A0DBDC

Text Example


Text Example

White with #A0DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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