#A1CFE9

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

Shades of Sail #A1CFE9

Tints of Sail #A1CFE9

Color information

#A1CFE9 (or 0xA1CFE9) is unknown color: approx Sail. HEX triplet: A1, CF and E9. RGB value is (161,207,233). Sum of RGB (Red+Green+Blue) = 161+207+233=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #A1CFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFE9 is #5E3016. Grayscale: #C4C4C4. Windows color (decimal): -6172695 or 15323041. OLE color: 15323041.

HSL color Cylindrical-coordinate representation of color #A1CFE9: hue angle of 201.67º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CFE9 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161207233-
CMYK0.310.1100.09
HSL201.67º62.07%77.25%-
HSV(B)201.67º30.9%91.37%-
XYZ51.7258.0985.58-
YUV196.21148.76102.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.79%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 233 (91.41% from 255) = 38.77%
R=26.79%
G=34.44%
B=38.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612072330.310.1100.09201.6762.0777.25
HexA1CFE91FB09ca3e4d
Octal241317351371301131276115
Binary10100001110011111110100111111101101001110010101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFE9; }

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

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

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

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

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

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

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

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