#A1CFE8

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

Shades of Sail #A1CFE8

Tints of Sail #A1CFE8

Color information

#A1CFE8 (or 0xA1CFE8) is unknown color: approx Sail. HEX triplet: A1, CF and E8. RGB value is (161,207,232). Sum of RGB (Red+Green+Blue) = 161+207+232=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1CFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFE8 is #5E3017. Grayscale: #C3C3C3. Windows color (decimal): -6172696 or 15257505. OLE color: 15257505.

HSL color Cylindrical-coordinate representation of color #A1CFE8: hue angle of 201.13º degrees, saturation: 0.61, 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 #A1CFE8 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161207232-
CMYK0.310.1100.09
HSL201.13º60.68%77.06%-
HSV(B)201.13º30.6%90.98%-
XYZ51.5858.0384.83-
YUV196.1148.26102.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.83%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 232 (91.02% from 255) = 38.67%
R=26.83%
G=34.5%
B=38.67%

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
Decimal1612072320.310.1100.09201.1360.6877.06
HexA1CFE81FB09c93d4d
Octal241317350371301131175115
Binary10100001110011111110100011111101101001110010011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFE8; }

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

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

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

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

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

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

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

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