#A9CEE5

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

Shades of Sail #A9CEE5

Tints of Sail #A9CEE5

Color information

#A9CEE5 (or 0xA9CEE5) is unknown color: approx Sail. HEX triplet: A9, CE and E5. RGB value is (169,206,229). Sum of RGB (Red+Green+Blue) = 169+206+229=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #A9CEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEE5 is #56311A. Grayscale: #C5C5C5. Windows color (decimal): -5648667 or 15060649. OLE color: 15060649.

HSL color Cylindrical-coordinate representation of color #A9CEE5: hue angle of 203º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9CEE5 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB169206229-
CMYK0.260.1000.10
HSL203º53.57%78.04%-
HSV(B)203º26.2%89.8%-
XYZ52.5858.2382.6-
YUV197.56145.74107.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.98%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=27.98%
G=34.11%
B=37.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1692062290.260.1000.1020353.5778.04
HexA9CEE51AA0Acb364e
Octal251316345321201231366116
Binary10101001110011101110010111010101001010110010111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEE5; }

 p { color: rgb(169,206,229); }

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

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

 a { background-color: rgb(169,206,229); }

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

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

 span { border-color: rgb(169,206,229); }

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