#A3D2EC

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

Shades of Sail #A3D2EC

Tints of Sail #A3D2EC

Color information

#A3D2EC (or 0xA3D2EC) is unknown color: approx Sail. HEX triplet: A3, D2 and EC. RGB value is (163,210,236). Sum of RGB (Red+Green+Blue) = 163+210+236=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3D2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D2EC is #5C2D13. Grayscale: #C6C6C6. Windows color (decimal): -6040852 or 15520419. OLE color: 15520419.

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

Color convert

RGB163210236-
CMYK0.310.1100.07
HSL201.37º65.77%78.24%-
HSV(B)201.37º30.93%92.55%-
XYZ53.2959.9488.12-
YUV198.91148.93102.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.77%
GREEN value IS 210 (82.42% from 255) = 34.48%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=26.77%
G=34.48%
B=38.75%

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
Decimal1632102360.310.1100.07201.3765.7778.24
HexA3D2EC1FB07c9424e
Octal243322354371307311102116
Binary10100011110100101110110011111101101111100100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D2EC; }

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

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

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

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

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

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

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

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