#A3D1EA

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

Shades of Sail #A3D1EA

Tints of Sail #A3D1EA

Color information

#A3D1EA (or 0xA3D1EA) is unknown color: approx Sail. HEX triplet: A3, D1 and EA. RGB value is (163,209,234). Sum of RGB (Red+Green+Blue) = 163+209+234=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D1EA is #5C2E15. Grayscale: #C5C5C5. Windows color (decimal): -6041110 or 15389091. OLE color: 15389091.

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

Color convert

RGB163209234-
CMYK0.300.1100.08
HSL201.13º62.83%77.84%-
HSV(B)201.13º30.34%91.76%-
XYZ52.7659.3386.51-
YUV198.1148.26102.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.90%
GREEN value IS 209 (82.03% from 255) = 34.49%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=26.90%
G=34.49%
B=38.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632092340.300.1100.08201.1362.8377.84
HexA3D1EA1EB08c93f4e
Octal243321352361301031177116
Binary10100011110100011110101011110101101000110010011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D1EA; }

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

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

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

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

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

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

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

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