#a4cee8

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

Shades of Sail #A4CEE8

Tints of Sail #A4CEE8

Color information

#A4CEE8 (or 0xA4CEE8) is unknown color: approx Sail. HEX triplet: A4, CE and E8. RGB value is (164,206,232). Sum of RGB (Red+Green+Blue) = 164+206+232=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #A4CEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CEE8 is #5B3117. Grayscale: #C4C4C4. Windows color (decimal): -5976344 or 15257252. OLE color: 15257252.

HSL color Cylindrical-coordinate representation of color #A4CEE8: hue angle of 202.94º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4CEE8 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB164206232-
CMYK0.290.1100.09
HSL202.94º59.65%77.65%-
HSV(B)202.94º29.31%90.98%-
XYZ51.9557.8684.77-
YUV196.41148.09104.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.24%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 232 (91.02% from 255) = 38.54%
R=27.24%
G=34.22%
B=38.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642062320.290.1100.09202.9459.6577.65
HexA4CEE81DB09cb3c4e
Octal244316350351301131374116
Binary10100100110011101110100011101101101001110010111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4cee8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4cee8; }

 p { color: rgb(164,206,232); }

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

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

 a { background-color: rgb(164,206,232); }

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

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

 span { border-color: rgb(164,206,232); }

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