#A5CAEC

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

Shades of Sail #A5CAEC

Tints of Sail #A5CAEC

Color information

#A5CAEC (or 0xA5CAEC) is unknown color: approx Sail. HEX triplet: A5, CA and EC. RGB value is (165,202,236). Sum of RGB (Red+Green+Blue) = 165+202+236=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5CAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAEC is #5A3513. Grayscale: #C2C2C2. Windows color (decimal): -5911828 or 15518373. OLE color: 15518373.

HSL color Cylindrical-coordinate representation of color #A5CAEC: hue angle of 208.73º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5CAEC is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165202236-
CMYK0.300.1400.07
HSL208.73º65.14%78.63%-
HSV(B)208.73º30.08%92.55%-
XYZ51.7856.387.49-
YUV194.81151.24106.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.36%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=27.36%
G=33.50%
B=39.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652022360.300.1400.07208.7365.1478.63
HexA5CAEC1EE07d1414f
Octal245312354361607321101117
Binary10100101110010101110110011110111001111101000110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CAEC; }

 p { color: rgb(165,202,236); }

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

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

 a { background-color: rgb(165,202,236); }

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

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

 span { border-color: rgb(165,202,236); }

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