#A3D1F8

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

Shades of Sail #A3D1F8

Tints of Sail #A3D1F8

Color information

#A3D1F8 (or 0xA3D1F8) is unknown color: approx Sail. HEX triplet: A3, D1 and F8. RGB value is (163,209,248). Sum of RGB (Red+Green+Blue) = 163+209+248=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #A3D1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D1F8 is #5C2E07. Grayscale: #C7C7C7. Windows color (decimal): -6041096 or 16306595. OLE color: 16306595.

HSL color Cylindrical-coordinate representation of color #A3D1F8: hue angle of 207.53º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3D1F8 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB163209248-
CMYK0.340.1600.03
HSL207.53º85.86%80.59%-
HSV(B)207.53º34.27%97.25%-
XYZ54.8560.1697.53-
YUV199.69155.26101.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.29%
GREEN value IS 209 (82.03% from 255) = 33.71%
BLUE value IS 248 (97.27% from 255) = 40%
R=26.29%
G=33.71%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1632092480.340.1600.03207.5385.8680.59
HexA3D1F8221003d05651
Octal243321370422003320126121
Binary101000111101000111111000100010100000111101000010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D1F8; }

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

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

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

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

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

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

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

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