#A0CDED

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

Shades of Sail #A0CDED

Tints of Sail #A0CDED

Color information

#A0CDED (or 0xA0CDED) is unknown color: approx Sail. HEX triplet: A0, CD and ED. RGB value is (160,205,237). Sum of RGB (Red+Green+Blue) = 160+205+237=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CDED is #5F3212. Grayscale: #C3C3C3. Windows color (decimal): -6238739 or 15584672. OLE color: 15584672.

HSL color Cylindrical-coordinate representation of color #A0CDED: hue angle of 204.94º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CDED is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160205237-
CMYK0.320.1400.07
HSL204.94º68.14%77.84%-
HSV(B)204.94º32.49%92.94%-
XYZ51.6157.2588.45-
YUV195.19151.59102.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.58%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=26.58%
G=34.05%
B=39.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602052370.320.1400.07204.9468.1477.84
HexA0CDED20E07cd444e
Octal240315355401607315104116
Binary101000001100110111101101100000111001111100110110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDED; }

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

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

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

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

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

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

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

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