#A2CED0

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

Shades of Morning Glory #A2CED0

Tints of Morning Glory #A2CED0

Color information

#A2CED0 (or 0xA2CED0) is unknown color: approx Morning Glory. HEX triplet: A2, CE and D0. RGB value is (162,206,208). Sum of RGB (Red+Green+Blue) = 162+206+208=576 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.12% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #A2CED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CED0 is #5D312F. Grayscale: #C1C1C1. Windows color (decimal): -6107440 or 13684386. OLE color: 13684386.

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

Color convert

RGB162206208-
CMYK0.220.0100.18
HSL182.61º32.86%72.55%-
HSV(B)182.61º22.12%81.57%-
XYZ48.3656.3868.01-
YUV193.07136.42105.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.12%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=28.12%
G=35.76%
B=36.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622062080.220.0100.18182.6132.8672.55
HexA2CED0161012b72149
Octal24231632026102226741111
Binary101000101100111011010000101101010010101101111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CED0; }

 p { color: rgb(162,206,208); }

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

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

 a { background-color: rgb(162,206,208); }

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

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

 span { border-color: rgb(162,206,208); }

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