#A3D1EC

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

Shades of Sail #A3D1EC

Tints of Sail #A3D1EC

Color information

#A3D1EC (or 0xA3D1EC) is unknown color: approx Sail. HEX triplet: A3, D1 and EC. RGB value is (163,209,236). Sum of RGB (Red+Green+Blue) = 163+209+236=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3D1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D1EC is #5C2E13. Grayscale: #C6C6C6. Windows color (decimal): -6041108 or 15520163. OLE color: 15520163.

HSL color Cylindrical-coordinate representation of color #A3D1EC: hue angle of 202.19º degrees, saturation: 0.66, 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 #A3D1EC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163209236-
CMYK0.310.1100.07
HSL202.19º65.77%78.24%-
HSV(B)202.19º30.93%92.55%-
XYZ53.0559.4488.03-
YUV198.32149.26102.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.81%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=26.81%
G=34.38%
B=38.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632092360.310.1100.07202.1965.7778.24
HexA3D1EC1FB07ca424e
Octal243321354371307312102116
Binary10100011110100011110110011111101101111100101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D1EC; }

 p { color: rgb(163,209,236); }

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

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

 a { background-color: rgb(163,209,236); }

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

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

 span { border-color: rgb(163,209,236); }

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