#A1CCF5

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

Shades of Sail #A1CCF5

Tints of Sail #A1CCF5

Color information

#A1CCF5 (or 0xA1CCF5) is unknown color: approx Sail. HEX triplet: A1, CC and F5. RGB value is (161,204,245). Sum of RGB (Red+Green+Blue) = 161+204+245=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #A1CCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCF5 is #5E330A. Grayscale: #C3C3C3. Windows color (decimal): -6173451 or 16108705. OLE color: 16108705.

HSL color Cylindrical-coordinate representation of color #A1CCF5: hue angle of 209.29º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1CCF5 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161204245-
CMYK0.340.1700.04
HSL209.29º80.77%79.61%-
HSV(B)209.29º34.29%96.08%-
XYZ52.7757.3694.68-
YUV195.82155.75103.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.39%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 245 (96.09% from 255) = 40.16%
R=26.39%
G=33.44%
B=40.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612042450.340.1700.04209.2980.7779.61
HexA1CCF5221104d15150
Octal241314365422104321121120
Binary1010000111001100111101011000101000101001101000110100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCF5; }

 p { color: rgb(161,204,245); }

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

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

 a { background-color: rgb(161,204,245); }

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

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

 span { border-color: rgb(161,204,245); }

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