#A4C8EA

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

Shades of Sail #A4C8EA

Tints of Sail #A4C8EA

Color information

#A4C8EA (or 0xA4C8EA) is unknown color: approx Sail. HEX triplet: A4, C8 and EA. RGB value is (164,200,234). Sum of RGB (Red+Green+Blue) = 164+200+234=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4C8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C8EA is #5B3715. Grayscale: #C0C0C0. Windows color (decimal): -5977878 or 15386788. OLE color: 15386788.

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

Color convert

RGB164200234-
CMYK0.300.1500.08
HSL209.14º62.5%78.04%-
HSV(B)209.14º29.91%91.76%-
XYZ50.8255.1485.81-
YUV193.11151.07107.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.42%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=27.42%
G=33.44%
B=39.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642002340.300.1500.08209.1462.578.04
HexA4C8EA1EF08d13e4e
Octal244310352361701032176116
Binary10100100110010001110101011110111101000110100011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C8EA; }

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

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

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

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

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

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

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

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