#A3D2EB

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

Shades of Sail #A3D2EB

Tints of Sail #A3D2EB

Color information

#A3D2EB (or 0xA3D2EB) is unknown color: approx Sail. HEX triplet: A3, D2 and EB. RGB value is (163,210,235). Sum of RGB (Red+Green+Blue) = 163+210+235=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D2EB is #5C2D14. Grayscale: #C6C6C6. Windows color (decimal): -6040853 or 15454883. OLE color: 15454883.

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

Color convert

RGB163210235-
CMYK0.310.1100.08
HSL200.83º64.29%78.04%-
HSV(B)200.83º30.64%92.16%-
XYZ53.1559.8887.35-
YUV198.8148.43102.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.81%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=26.81%
G=34.54%
B=38.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632102350.310.1100.08200.8364.2978.04
HexA3D2EB1FB08c9404e
Octal2433223533713010311100116
Binary101000111101001011101011111111011010001100100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D2EB; }

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

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

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

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

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

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

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

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