Html Css Color HEX #A0DDDC Morning Glory

📋 copy color: '#A0DDDC'

red 160 ◦ green 221 ◦ blue 220

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

Shades of Morning Glory #A0DDDC

Tints of Morning Glory #A0DDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.77%

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

R = 26.62%
G = 36.77%
B = 36.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#A0DDDC (or 0xA0DDDC) is known color: Morning Glory. HEX triplet: A0, DD and DC. RGB value is (160,221,220). Sum of RGB (Red+Green+Blue) = 160+221+220=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDDC is #5F2223. Grayscale: #CACACA. Windows color (decimal): -6234660 or 14474656. OLE color: 14474656.

HSL color Cylindrical-coordinate representation of color #A0DDDC: hue angle of 179.02º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DDDC is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 220 -
CMYK 0.28 0 0.00 0.13
HSL 179.02º 0.47% 0.75% -
HSV(B) 179.02º 0.28% 0.87% -
XYZ 53.27 64.35 77.32 -
YUV 202.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 160 221 220 0.28 0 0.00 0.13 179.02 0.47 0.75
Hex A0 DD DC 1C 0 0 D B3 2F 4B
Octal 240 335 334 34 0 0 15 263 57 113
Binary 10100000 11011101 11011100 11100 0 0 1101 10110011 101111 1001011

Color Harmonies of #A0DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DDDC

Black with #A0DDDC

Text Example


Text Example

White with #A0DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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