#A2CDED

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

Shades of Sail #A2CDED

Tints of Sail #A2CDED

Color information

#A2CDED (or 0xA2CDED) is unknown color: approx Sail. HEX triplet: A2, CD and ED. RGB value is (162,205,237). Sum of RGB (Red+Green+Blue) = 162+205+237=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CDED is #5D3212. Grayscale: #C3C3C3. Windows color (decimal): -6107667 or 15584674. OLE color: 15584674.

HSL color Cylindrical-coordinate representation of color #A2CDED: hue angle of 205.6º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2CDED is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162205237-
CMYK0.320.1400.07
HSL205.6º67.57%78.24%-
HSV(B)205.6º31.65%92.94%-
XYZ52.0257.4688.47-
YUV195.79151.25103.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.82%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=26.82%
G=33.94%
B=39.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622052370.320.1400.07205.667.5778.24
HexA2CDED20E07ce444e
Octal242315355401607316104116
Binary101000101100110111101101100000111001111100111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CDED; }

 p { color: rgb(162,205,237); }

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

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

 a { background-color: rgb(162,205,237); }

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

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

 span { border-color: rgb(162,205,237); }

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