#A5D5FA

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

Shades of Sail #A5D5FA

Tints of Sail #A5D5FA

Color information

#A5D5FA (or 0xA5D5FA) is unknown color: approx Sail. HEX triplet: A5, D5 and FA. RGB value is (165,213,250). Sum of RGB (Red+Green+Blue) = 165+213+250=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5D5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D5FA is #5A2A05. Grayscale: #CACACA. Windows color (decimal): -5908998 or 16438693. OLE color: 16438693.

HSL color Cylindrical-coordinate representation of color #A5D5FA: hue angle of 206.12º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5D5FA is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165213250-
CMYK0.340.1500.02
HSL206.12º89.47%81.37%-
HSV(B)206.12º34%98.04%-
XYZ56.5762.4999.52-
YUV202.87154.6100.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.27%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=26.27%
G=33.92%
B=39.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652132500.340.1500.02206.1289.4781.37
HexA5D5FA22F02ce5951
Octal245325372421702316131121
Binary10100101110101011111101010001011110101100111010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D5FA; }

 p { color: rgb(165,213,250); }

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

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

 a { background-color: rgb(165,213,250); }

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

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

 span { border-color: rgb(165,213,250); }

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