#A5C6DC

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

Shades of Sail #A5C6DC

Tints of Sail #A5C6DC

Color information

#A5C6DC (or 0xA5C6DC) is unknown color: approx Sail. HEX triplet: A5, C6 and DC. RGB value is (165,198,220). Sum of RGB (Red+Green+Blue) = 165+198+220=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C6DC is #5A3923. Grayscale: #BEBEBE. Windows color (decimal): -5912868 or 14468773. OLE color: 14468773.

HSL color Cylindrical-coordinate representation of color #A5C6DC: hue angle of 204º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5C6DC is Cyan = 0.25, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165198220-
CMYK0.250.100.14
HSL204º44%75.49%-
HSV(B)204º25%86.27%-
XYZ48.6353.5575.48-
YUV190.64144.57109.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.30%
GREEN value IS 198 (77.73% from 255) = 33.96%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=28.30%
G=33.96%
B=37.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651982200.250.100.142044475.49
HexA5C6DC19A0Ecc2c4b
Octal245306334311201631454113
Binary10100101110001101101110011001101001110110011001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C6DC; }

 p { color: rgb(165,198,220); }

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

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

 a { background-color: rgb(165,198,220); }

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

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

 span { border-color: rgb(165,198,220); }

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