#A5CFF0

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

Shades of Sail #A5CFF0

Tints of Sail #A5CFF0

Color information

#A5CFF0 (or 0xA5CFF0) is unknown color: approx Sail. HEX triplet: A5, CF and F0. RGB value is (165,207,240). Sum of RGB (Red+Green+Blue) = 165+207+240=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #A5CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CFF0 is #5A300F. Grayscale: #C6C6C6. Windows color (decimal): -5910544 or 15781797. OLE color: 15781797.

HSL color Cylindrical-coordinate representation of color #A5CFF0: hue angle of 206.4º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5CFF0 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165207240-
CMYK0.310.1400.06
HSL206.4º71.43%79.41%-
HSV(B)206.4º31.25%94.12%-
XYZ53.5658.9290.99-
YUV198.2151.59104.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.96%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 240 (94.14% from 255) = 39.22%
R=26.96%
G=33.82%
B=39.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652072400.310.1400.06206.471.4379.41
HexA5CFF01FE06ce474f
Octal245317360371606316107117
Binary10100101110011111111000011111111001101100111010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CFF0; }

 p { color: rgb(165,207,240); }

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

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

 a { background-color: rgb(165,207,240); }

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

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

 span { border-color: rgb(165,207,240); }

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