#A5C8EA

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

Shades of Sail #A5C8EA

Tints of Sail #A5C8EA

Color information

#A5C8EA (or 0xA5C8EA) is unknown color: approx Sail. HEX triplet: A5, C8 and EA. RGB value is (165,200,234). Sum of RGB (Red+Green+Blue) = 165+200+234=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5C8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C8EA is #5A3715. Grayscale: #C1C1C1. Windows color (decimal): -5912342 or 15386789. OLE color: 15386789.

HSL color Cylindrical-coordinate representation of color #A5C8EA: hue angle of 209.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5C8EA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165200234-
CMYK0.290.1500.08
HSL209.57º62.16%78.24%-
HSV(B)209.57º29.49%91.76%-
XYZ51.0255.2585.82-
YUV193.41150.9107.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.55%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=27.55%
G=33.39%
B=39.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652002340.290.1500.08209.5762.1678.24
HexA5C8EA1DF08d23e4e
Octal245310352351701032276116
Binary10100101110010001110101011101111101000110100101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C8EA; }

 p { color: rgb(165,200,234); }

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

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

 a { background-color: rgb(165,200,234); }

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

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

 span { border-color: rgb(165,200,234); }

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