#A5CDED

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

Shades of Sail #A5CDED

Tints of Sail #A5CDED

Color information

#A5CDED (or 0xA5CDED) is unknown color: approx Sail. HEX triplet: A5, CD and ED. RGB value is (165,205,237). Sum of RGB (Red+Green+Blue) = 165+205+237=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CDED is #5A3212. Grayscale: #C4C4C4. Windows color (decimal): -5911059 or 15584677. OLE color: 15584677.

HSL color Cylindrical-coordinate representation of color #A5CDED: hue angle of 206.67º degrees, saturation: 0.67, 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 #A5CDED is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165205237-
CMYK0.300.1400.07
HSL206.67º66.67%78.82%-
HSV(B)206.67º30.38%92.94%-
XYZ52.6357.7888.5-
YUV196.69150.75105.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=27.18%
G=33.77%
B=39.04%

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
Decimal1652052370.300.1400.07206.6766.6778.82
HexA5CDED1EE07cf434f
Octal245315355361607317103117
Binary10100101110011011110110111110111001111100111110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CDED; }

 p { color: rgb(165,205,237); }

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

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

 a { background-color: rgb(165,205,237); }

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

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

 span { border-color: rgb(165,205,237); }

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