#A1D7F3

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

Shades of Sail #A1D7F3

Tints of Sail #A1D7F3

Color information

#A1D7F3 (or 0xA1D7F3) is unknown color: approx Sail. HEX triplet: A1, D7 and F3. RGB value is (161,215,243). Sum of RGB (Red+Green+Blue) = 161+215+243=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1D7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D7F3 is #5E280C. Grayscale: #C9C9C9. Windows color (decimal): -6170637 or 15980449. OLE color: 15980449.

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

Color convert

RGB161215243-
CMYK0.340.1200.05
HSL200.49º77.36%79.22%-
HSV(B)200.49º33.74%95.29%-
XYZ55.1862.6593.98-
YUV202.05151.1198.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.01%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=26.01%
G=34.73%
B=39.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612152430.340.1200.05200.4977.3679.22
HexA1D7F322C05c84d4f
Octal241327363421405310115117
Binary101000011101011111110011100010110001011100100010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D7F3; }

 p { color: rgb(161,215,243); }

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

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

 a { background-color: rgb(161,215,243); }

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

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

 span { border-color: rgb(161,215,243); }

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