#A3D3EA

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

Shades of Sail #A3D3EA

Tints of Sail #A3D3EA

Color information

#A3D3EA (or 0xA3D3EA) is unknown color: approx Sail. HEX triplet: A3, D3 and EA. RGB value is (163,211,234). Sum of RGB (Red+Green+Blue) = 163+211+234=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D3EA is #5C2C15. Grayscale: #C7C7C7. Windows color (decimal): -6040598 or 15389603. OLE color: 15389603.

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

Color convert

RGB163211234-
CMYK0.300.1000.08
HSL199.44º62.83%77.84%-
HSV(B)199.44º30.34%91.76%-
XYZ53.2560.3286.68-
YUV199.27147.6102.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.81%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=26.81%
G=34.70%
B=38.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632112340.300.1000.08199.4462.8377.84
HexA3D3EA1EA08c73f4e
Octal243323352361201030777116
Binary10100011110100111110101011110101001000110001111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D3EA; }

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

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

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

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

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

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

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

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