#A1CFEC

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

Shades of Sail #A1CFEC

Tints of Sail #A1CFEC

Color information

#A1CFEC (or 0xA1CFEC) is unknown color: approx Sail. HEX triplet: A1, CF and EC. RGB value is (161,207,236). Sum of RGB (Red+Green+Blue) = 161+207+236=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFEC is #5E3013. Grayscale: #C4C4C4. Windows color (decimal): -6172692 or 15519649. OLE color: 15519649.

HSL color Cylindrical-coordinate representation of color #A1CFEC: hue angle of 203.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1CFEC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161207236-
CMYK0.320.1200.07
HSL203.2º66.37%77.84%-
HSV(B)203.2º31.78%92.55%-
XYZ52.1558.2687.85-
YUV196.55150.26102.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.66%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=26.66%
G=34.27%
B=39.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612072360.320.1200.07203.266.3777.84
HexA1CFEC20C07cb424e
Octal241317354401407313102116
Binary101000011100111111101100100000110001111100101110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFEC; }

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

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

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

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

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

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

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

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