#A4CAE5

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

Shades of Sail #A4CAE5

Tints of Sail #A4CAE5

Color information

#A4CAE5 (or 0xA4CAE5) is unknown color: approx Sail. HEX triplet: A4, CA and E5. RGB value is (164,202,229). Sum of RGB (Red+Green+Blue) = 164+202+229=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #A4CAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CAE5 is #5B351A. Grayscale: #C1C1C1. Windows color (decimal): -5977371 or 15059620. OLE color: 15059620.

HSL color Cylindrical-coordinate representation of color #A4CAE5: hue angle of 204.92º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4CAE5 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB164202229-
CMYK0.280.1200.10
HSL204.92º55.56%77.06%-
HSV(B)204.92º28.38%89.8%-
XYZ50.5755.7982.23-
YUV193.72147.91106.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.56%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 229 (89.84% from 255) = 38.49%
R=27.56%
G=33.95%
B=38.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642022290.280.1200.10204.9255.5677.06
HexA4CAE51CC0Acd384d
Octal244312345341401231570115
Binary10100100110010101110010111100110001010110011011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAE5; }

 p { color: rgb(164,202,229); }

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

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

 a { background-color: rgb(164,202,229); }

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

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

 span { border-color: rgb(164,202,229); }

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