#A5C9E6

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

Shades of Sail #A5C9E6

Tints of Sail #A5C9E6

Color information

#A5C9E6 (or 0xA5C9E6) is unknown color: approx Sail. HEX triplet: A5, C9 and E6. RGB value is (165,201,230). Sum of RGB (Red+Green+Blue) = 165+201+230=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #A5C9E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C9E6 is #5A3619. Grayscale: #C1C1C1. Windows color (decimal): -5912090 or 15124901. OLE color: 15124901.

HSL color Cylindrical-coordinate representation of color #A5C9E6: hue angle of 206.77º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5C9E6 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165201230-
CMYK0.280.1300.10
HSL206.77º56.52%77.45%-
HSV(B)206.77º28.26%90.2%-
XYZ50.6955.4982.9-
YUV193.54148.57107.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.68%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 230 (90.23% from 255) = 38.59%
R=27.68%
G=33.72%
B=38.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1652012300.280.1300.10206.7756.5277.45
HexA5C9E61CD0Acf394d
Octal245311346341501231771115
Binary10100101110010011110011011100110101010110011111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C9E6; }

 p { color: rgb(165,201,230); }

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

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

 a { background-color: rgb(165,201,230); }

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

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

 span { border-color: rgb(165,201,230); }

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