#A3CDED

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

Shades of Sail #A3CDED

Tints of Sail #A3CDED

Color information

#A3CDED (or 0xA3CDED) is unknown color: approx Sail. HEX triplet: A3, CD and ED. RGB value is (163,205,237). Sum of RGB (Red+Green+Blue) = 163+205+237=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDED is #5C3212. Grayscale: #C3C3C3. Windows color (decimal): -6042131 or 15584675. OLE color: 15584675.

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

Color convert

RGB163205237-
CMYK0.310.1400.07
HSL205.95º67.27%78.43%-
HSV(B)205.95º31.22%92.94%-
XYZ52.2257.5688.48-
YUV196.09151.09104.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.94%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=26.94%
G=33.88%
B=39.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632052370.310.1400.07205.9567.2778.43
HexA3CDED1FE07ce434e
Octal243315355371607316103116
Binary10100011110011011110110111111111001111100111010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDED; }

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

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

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

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

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

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

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

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