#A1CEEE

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

Shades of Sail #A1CEEE

Tints of Sail #A1CEEE

Color information

#A1CEEE (or 0xA1CEEE) is unknown color: approx Sail. HEX triplet: A1, CE and EE. RGB value is (161,206,238). Sum of RGB (Red+Green+Blue) = 161+206+238=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1CEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEEE is #5E3111. Grayscale: #C4C4C4. Windows color (decimal): -6172946 or 15650465. OLE color: 15650465.

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

Color convert

RGB161206238-
CMYK0.320.1300.07
HSL204.94º69.37%78.24%-
HSV(B)204.94º32.35%93.33%-
XYZ52.257.8989.31-
YUV196.19151.59102.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.61%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=26.61%
G=34.05%
B=39.34%

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
Decimal1612062380.320.1300.07204.9469.3778.24
HexA1CEEE20D07cd454e
Octal241316356401507315105116
Binary101000011100111011101110100000110101111100110110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEEE; }

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

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

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

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

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

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

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

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