#A0CFED

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

Shades of Sail #A0CFED

Tints of Sail #A0CFED

Color information

#A0CFED (or 0xA0CFED) is unknown color: approx Sail. HEX triplet: A0, CF and ED. RGB value is (160,207,237). Sum of RGB (Red+Green+Blue) = 160+207+237=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFED is #5F3012. Grayscale: #C4C4C4. Windows color (decimal): -6238227 or 15585184. OLE color: 15585184.

HSL color Cylindrical-coordinate representation of color #A0CFED: hue angle of 203.38º 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 #A0CFED is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160207237-
CMYK0.320.1300.07
HSL203.38º68.14%77.84%-
HSV(B)203.38º32.49%92.94%-
XYZ52.158.2188.61-
YUV196.37150.93102.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.49%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=26.49%
G=34.27%
B=39.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602072370.320.1300.07203.3868.1477.84
HexA0CFED20D07cb444e
Octal240317355401507313104116
Binary101000001100111111101101100000110101111100101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFED; }

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

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

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

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

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

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

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

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