#A1CCEB

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

Shades of Sail #A1CCEB

Tints of Sail #A1CCEB

Color information

#A1CCEB (or 0xA1CCEB) is unknown color: approx Sail. HEX triplet: A1, CC and EB. RGB value is (161,204,235). Sum of RGB (Red+Green+Blue) = 161+204+235=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1CCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCEB is #5E3314. Grayscale: #C2C2C2. Windows color (decimal): -6173461 or 15453345. OLE color: 15453345.

HSL color Cylindrical-coordinate representation of color #A1CCEB: hue angle of 205.14º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CCEB is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161204235-
CMYK0.310.1300.08
HSL205.14º64.91%77.65%-
HSV(B)205.14º31.49%92.16%-
XYZ51.2956.7686.85-
YUV194.68150.75103.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.83%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=26.83%
G=34%
B=39.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612042350.310.1300.08205.1464.9177.65
HexA1CCEB1FD08cd414e
Octal2413143533715010315101116
Binary101000011100110011101011111111101010001100110110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCEB; }

 p { color: rgb(161,204,235); }

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

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

 a { background-color: rgb(161,204,235); }

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

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

 span { border-color: rgb(161,204,235); }

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