#A5D3EB

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

Shades of Sail #A5D3EB

Tints of Sail #A5D3EB

Color information

#A5D3EB (or 0xA5D3EB) is unknown color: approx Sail. HEX triplet: A5, D3 and EB. RGB value is (165,211,235). Sum of RGB (Red+Green+Blue) = 165+211+235=611 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.00% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5D3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D3EB is #5A2C14. Grayscale: #C7C7C7. Windows color (decimal): -5909525 or 15455141. OLE color: 15455141.

HSL color Cylindrical-coordinate representation of color #A5D3EB: hue angle of 200.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5D3EB is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165211235-
CMYK0.300.1000.08
HSL200.57º63.64%78.43%-
HSV(B)200.57º29.79%92.16%-
XYZ53.8160.5987.46-
YUV199.98147.76103.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.00%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=27.00%
G=34.53%
B=38.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652112350.300.1000.08200.5763.6478.43
HexA5D3EB1EA08c9404e
Octal2453233533612010311100116
Binary101001011101001111101011111101010010001100100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D3EB; }

 p { color: rgb(165,211,235); }

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

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

 a { background-color: rgb(165,211,235); }

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

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

 span { border-color: rgb(165,211,235); }

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