#A3CDF1

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

Shades of Sail #A3CDF1

Tints of Sail #A3CDF1

Color information

#A3CDF1 (or 0xA3CDF1) is unknown color: approx Sail. HEX triplet: A3, CD and F1. RGB value is (163,205,241). Sum of RGB (Red+Green+Blue) = 163+205+241=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #A3CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDF1 is #5C320E. Grayscale: #C4C4C4. Windows color (decimal): -6042127 or 15846819. OLE color: 15846819.

HSL color Cylindrical-coordinate representation of color #A3CDF1: hue angle of 207.69º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3CDF1 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163205241-
CMYK0.320.1500.05
HSL207.69º73.58%79.22%-
HSV(B)207.69º32.37%94.51%-
XYZ52.8157.891.59-
YUV196.55153.09104.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.77%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=26.77%
G=33.66%
B=39.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1632052410.320.1500.05207.6973.5879.22
HexA3CDF120F05d04a4f
Octal243315361401705320112117
Binary101000111100110111110001100000111101011101000010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDF1; }

 p { color: rgb(163,205,241); }

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

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

 a { background-color: rgb(163,205,241); }

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

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

 span { border-color: rgb(163,205,241); }

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