#A5D4EB

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

Shades of Sail #A5D4EB

Tints of Sail #A5D4EB

Color information

#A5D4EB (or 0xA5D4EB) is unknown color: approx Sail. HEX triplet: A5, D4 and EB. RGB value is (165,212,235). Sum of RGB (Red+Green+Blue) = 165+212+235=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5D4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D4EB is #5A2B14. Grayscale: #C8C8C8. Windows color (decimal): -5909269 or 15455397. OLE color: 15455397.

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

Color convert

RGB165212235-
CMYK0.300.1000.08
HSL199.71º63.64%78.43%-
HSV(B)199.71º29.79%92.16%-
XYZ54.0661.0887.54-
YUV200.57147.43102.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.96%
GREEN value IS 212 (83.20% from 255) = 34.64%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=26.96%
G=34.64%
B=38.40%

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
Decimal1652122350.300.1000.08199.7163.6478.43
HexA5D4EB1EA08c8404e
Octal2453243533612010310100116
Binary101001011101010011101011111101010010001100100010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D4EB; }

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

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

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

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

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

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

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

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