#A1CEEB

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

Shades of Sail #A1CEEB

Tints of Sail #A1CEEB

Color information

#A1CEEB (or 0xA1CEEB) is unknown color: approx Sail. HEX triplet: A1, CE and EB. RGB value is (161,206,235). Sum of RGB (Red+Green+Blue) = 161+206+235=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1CEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEEB is #5E3114. Grayscale: #C3C3C3. Windows color (decimal): -6172949 or 15453857. OLE color: 15453857.

HSL color Cylindrical-coordinate representation of color #A1CEEB: hue angle of 203.51º 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 #A1CEEB is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161206235-
CMYK0.310.1200.08
HSL203.51º64.91%77.65%-
HSV(B)203.51º31.49%92.16%-
XYZ51.7657.7287.01-
YUV195.85150.09103.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.74%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=26.74%
G=34.22%
B=39.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612062350.310.1200.08203.5164.9177.65
HexA1CEEB1FC08cc414e
Octal2413163533714010314101116
Binary101000011100111011101011111111100010001100110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEEB; }

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

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

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

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

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

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

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

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