#A3CAEA

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

Shades of Sail #A3CAEA

Tints of Sail #A3CAEA

Color information

#A3CAEA (or 0xA3CAEA) is unknown color: approx Sail. HEX triplet: A3, CA and EA. RGB value is (163,202,234). Sum of RGB (Red+Green+Blue) = 163+202+234=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CAEA is #5C3515. Grayscale: #C1C1C1. Windows color (decimal): -6042902 or 15387299. OLE color: 15387299.

HSL color Cylindrical-coordinate representation of color #A3CAEA: hue angle of 207.04º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3CAEA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163202234-
CMYK0.300.1400.08
HSL207.04º62.83%77.84%-
HSV(B)207.04º30.34%91.76%-
XYZ51.0855.9785.95-
YUV193.99150.58105.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.21%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=27.21%
G=33.72%
B=39.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632022340.300.1400.08207.0462.8377.84
HexA3CAEA1EE08cf3f4e
Octal243312352361601031777116
Binary10100011110010101110101011110111001000110011111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CAEA; }

 p { color: rgb(163,202,234); }

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

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

 a { background-color: rgb(163,202,234); }

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

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

 span { border-color: rgb(163,202,234); }

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