#A1CFF1

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

Shades of Sail #A1CFF1

Tints of Sail #A1CFF1

Color information

#A1CFF1 (or 0xA1CFF1) is unknown color: approx Sail. HEX triplet: A1, CF and F1. RGB value is (161,207,241). Sum of RGB (Red+Green+Blue) = 161+207+241=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 207 (81.25% from 255 or 33.99% 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 #A1CFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFF1 is #5E300E. Grayscale: #C4C4C4. Windows color (decimal): -6172687 or 15847329. OLE color: 15847329.

HSL color Cylindrical-coordinate representation of color #A1CFF1: hue angle of 205.5º degrees, saturation: 0.74, 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 #A1CFF1 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161207241-
CMYK0.330.1400.05
HSL205.5º74.07%78.82%-
HSV(B)205.5º33.2%94.51%-
XYZ52.8958.5591.73-
YUV197.12152.76102.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.44%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=26.44%
G=33.99%
B=39.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612072410.330.1400.05205.574.0778.82
HexA1CFF121E05ce4a4f
Octal241317361411605316112117
Binary101000011100111111110001100001111001011100111010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFF1; }

 p { color: rgb(161,207,241); }

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

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

 a { background-color: rgb(161,207,241); }

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

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

 span { border-color: rgb(161,207,241); }

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