#A5CDE5

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

Shades of Sail #A5CDE5

Tints of Sail #A5CDE5

Color information

#A5CDE5 (or 0xA5CDE5) is unknown color: approx Sail. HEX triplet: A5, CD and E5. RGB value is (165,205,229). Sum of RGB (Red+Green+Blue) = 165+205+229=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #A5CDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDE5 is #5A321A. Grayscale: #C3C3C3. Windows color (decimal): -5911067 or 15060389. OLE color: 15060389.

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

Color convert

RGB165205229-
CMYK0.280.1000.10
HSL202.5º55.17%77.25%-
HSV(B)202.5º27.95%89.8%-
XYZ51.4957.3282.48-
YUV195.78146.75106.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.55%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 229 (89.84% from 255) = 38.23%
R=27.55%
G=34.22%
B=38.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1652052290.280.1000.10202.555.1777.25
HexA5CDE51CA0Aca374d
Octal245315345341201231267115
Binary10100101110011011110010111100101001010110010101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CDE5; }

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

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

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

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

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

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

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

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