#A9CDE6

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

Shades of Sail #A9CDE6

Tints of Sail #A9CDE6

Color information

#A9CDE6 (or 0xA9CDE6) is unknown color: approx Sail. HEX triplet: A9, CD and E6. RGB value is (169,205,230). Sum of RGB (Red+Green+Blue) = 169+205+230=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #A9CDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CDE6 is #563219. Grayscale: #C4C4C4. Windows color (decimal): -5648922 or 15125929. OLE color: 15125929.

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

Color convert

RGB169205230-
CMYK0.270.1100.10
HSL204.59º54.95%78.24%-
HSV(B)204.59º26.52%90.2%-
XYZ52.4857.8183.26-
YUV197.09146.57107.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.98%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=27.98%
G=33.94%
B=38.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1692052300.270.1100.10204.5954.9578.24
HexA9CDE61BB0Acd374e
Octal251315346331301231567116
Binary10101001110011011110011011011101101010110011011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDE6; }

 p { color: rgb(169,205,230); }

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

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

 a { background-color: rgb(169,205,230); }

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

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

 span { border-color: rgb(169,205,230); }

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