#A3C6EB

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

Shades of Sail #A3C6EB

Tints of Sail #A3C6EB

Color information

#A3C6EB (or 0xA3C6EB) is unknown color: approx Sail. HEX triplet: A3, C6 and EB. RGB value is (163,198,235). Sum of RGB (Red+Green+Blue) = 163+198+235=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3C6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C6EB is #5C3914. Grayscale: #BFBFBF. Windows color (decimal): -6043925 or 15451811. OLE color: 15451811.

HSL color Cylindrical-coordinate representation of color #A3C6EB: hue angle of 210.83º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3C6EB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163198235-
CMYK0.310.1600.08
HSL210.83º64.29%78.04%-
HSV(B)210.83º30.64%92.16%-
XYZ50.2954.1786.4-
YUV191.75152.4107.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.35%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=27.35%
G=33.22%
B=39.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631982350.310.1600.08210.8364.2978.04
HexA3C6EB1F1008d3404e
Octal2433063533720010323100116
Binary1010001111000110111010111111110000010001101001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C6EB; }

 p { color: rgb(163,198,235); }

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

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

 a { background-color: rgb(163,198,235); }

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

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

 span { border-color: rgb(163,198,235); }

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