#A0CDD0

Color #A0CDD0 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #A0CDD0

Tints of Morning Glory #A0CDD0

Color information

#A0CDD0 (or 0xA0CDD0) is unknown color: approx Morning Glory. HEX triplet: A0, CD and D0. RGB value is (160,205,208). Sum of RGB (Red+Green+Blue) = 160+205+208=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #A0CDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDD0 is #5F322F. Grayscale: #BFBFBF. Windows color (decimal): -6238768 or 13684128. OLE color: 13684128.

HSL color Cylindrical-coordinate representation of color #A0CDD0: hue angle of 183.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CDD0 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160205208-
CMYK0.230.0100.18
HSL183.75º33.8%72.16%-
HSV(B)183.75º23.08%81.57%-
XYZ47.7155.6967.91-
YUV191.89137.09105.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.92%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=27.92%
G=35.78%
B=36.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602052080.230.0100.18183.7533.872.16
HexA0CDD0171012b82248
Octal24031532027102227042110
Binary101000001100110111010000101111010010101110001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDD0; }

 p { color: rgb(160,205,208); }

 H1.HeaderClassName
 {
   color: #A0CDD0;
 }
 .AnyTagClassName
 {
   color: #A0CDD0;
 }
</style>
background-color css

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

 a { background-color: rgb(160,205,208); }

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

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

 span { border-color: rgb(160,205,208); }

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