#A5CCE5

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

Shades of Sail #A5CCE5

Tints of Sail #A5CCE5

Color information

#A5CCE5 (or 0xA5CCE5) is unknown color: approx Sail. HEX triplet: A5, CC and E5. RGB value is (165,204,229). Sum of RGB (Red+Green+Blue) = 165+204+229=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 229 - color contains mainly: blue. Hex color #A5CCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCE5 is #5A331A. Grayscale: #C3C3C3. Windows color (decimal): -5911323 or 15060133. OLE color: 15060133.

HSL color Cylindrical-coordinate representation of color #A5CCE5: hue angle of 203.44º degrees, saturation: 0.55, 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 #A5CCE5 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165204229-
CMYK0.280.1100.10
HSL203.44º55.17%77.25%-
HSV(B)203.44º27.95%89.8%-
XYZ51.2556.8482.4-
YUV195.19147.08106.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.59%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 229 (89.84% from 255) = 38.29%
R=27.59%
G=34.11%
B=38.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1652042290.280.1100.10203.4455.1777.25
HexA5CCE51CB0Acb374d
Octal245314345341301231367115
Binary10100101110011001110010111100101101010110010111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCE5; }

 p { color: rgb(165,204,229); }

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

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

 a { background-color: rgb(165,204,229); }

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

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

 span { border-color: rgb(165,204,229); }

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