#A1CFED

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

Shades of Sail #A1CFED

Tints of Sail #A1CFED

Color information

#A1CFED (or 0xA1CFED) is unknown color: approx Sail. HEX triplet: A1, CF and ED. RGB value is (161,207,237). Sum of RGB (Red+Green+Blue) = 161+207+237=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFED is #5E3012. Grayscale: #C4C4C4. Windows color (decimal): -6172691 or 15585185. OLE color: 15585185.

HSL color Cylindrical-coordinate representation of color #A1CFED: hue angle of 203.68º degrees, saturation: 0.68, 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 #A1CFED is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161207237-
CMYK0.320.1300.07
HSL203.68º67.86%78.04%-
HSV(B)203.68º32.07%92.94%-
XYZ52.358.3288.62-
YUV196.67150.76102.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.61%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=26.61%
G=34.21%
B=39.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612072370.320.1300.07203.6867.8678.04
HexA1CFED20D07cc444e
Octal241317355401507314104116
Binary101000011100111111101101100000110101111100110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFED; }

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

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

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

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

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

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

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

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