#A0CDF1

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

Shades of Sail #A0CDF1

Tints of Sail #A0CDF1

Color information

#A0CDF1 (or 0xA0CDF1) is unknown color: approx Sail. HEX triplet: A0, CD and F1. RGB value is (160,205,241). Sum of RGB (Red+Green+Blue) = 160+205+241=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0CDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CDF1 is #5F320E. Grayscale: #C3C3C3. Windows color (decimal): -6238735 or 15846816. OLE color: 15846816.

HSL color Cylindrical-coordinate representation of color #A0CDF1: hue angle of 206.67º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0CDF1 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160205241-
CMYK0.340.1500.05
HSL206.67º74.31%78.63%-
HSV(B)206.67º33.61%94.51%-
XYZ52.2157.4991.56-
YUV195.65153.59102.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.40%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 241 (94.53% from 255) = 39.77%
R=26.40%
G=33.83%
B=39.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602052410.340.1500.05206.6774.3178.63
HexA0CDF122F05cf4a4f
Octal240315361421705317112117
Binary101000001100110111110001100010111101011100111110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDF1; }

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

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

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

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

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

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

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

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