#A6CFED

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

Shades of Sail #A6CFED

Tints of Sail #A6CFED

Color information

#A6CFED (or 0xA6CFED) is unknown color: approx Sail. HEX triplet: A6, CF and ED. RGB value is (166,207,237). Sum of RGB (Red+Green+Blue) = 166+207+237=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CFED is #593012. Grayscale: #C6C6C6. Windows color (decimal): -5845011 or 15585190. OLE color: 15585190.

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

Color convert

RGB166207237-
CMYK0.300.1300.07
HSL205.35º66.36%79.02%-
HSV(B)205.35º29.96%92.94%-
XYZ53.3258.8588.67-
YUV198.16149.92105.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.21%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=27.21%
G=33.93%
B=38.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662072370.300.1300.07205.3566.3679.02
HexA6CFED1ED07cd424f
Octal246317355361507315102117
Binary10100110110011111110110111110110101111100110110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFED; }

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

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

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

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

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

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

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

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