#A1D6F2

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

Shades of Sail #A1D6F2

Tints of Sail #A1D6F2

Color information

#A1D6F2 (or 0xA1D6F2) is unknown color: approx Sail. HEX triplet: A1, D6 and F2. RGB value is (161,214,242). Sum of RGB (Red+Green+Blue) = 161+214+242=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1D6F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D6F2 is #5E290D. Grayscale: #C9C9C9. Windows color (decimal): -6170894 or 15914657. OLE color: 15914657.

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

Color convert

RGB161214242-
CMYK0.330.1200.05
HSL200.74º75.7%79.02%-
HSV(B)200.74º33.47%94.9%-
XYZ54.7762.0893.1-
YUV201.34150.9499.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.09%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 242 (94.92% from 255) = 39.22%
R=26.09%
G=34.68%
B=39.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612142420.330.1200.05200.7475.779.02
HexA1D6F221C05c94c4f
Octal241326362411405311114117
Binary101000011101011011110010100001110001011100100110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D6F2; }

 p { color: rgb(161,214,242); }

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

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

 a { background-color: rgb(161,214,242); }

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

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

 span { border-color: rgb(161,214,242); }

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