#A4CAEB

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

Shades of Sail #A4CAEB

Tints of Sail #A4CAEB

Color information

#A4CAEB (or 0xA4CAEB) is unknown color: approx Sail. HEX triplet: A4, CA and EB. RGB value is (164,202,235). Sum of RGB (Red+Green+Blue) = 164+202+235=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4CAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAEB is #5B3514. Grayscale: #C2C2C2. Windows color (decimal): -5977365 or 15452836. OLE color: 15452836.

HSL color Cylindrical-coordinate representation of color #A4CAEB: hue angle of 207.89º degrees, saturation: 0.64, 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 #A4CAEB is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164202235-
CMYK0.300.1400.08
HSL207.89º63.96%78.24%-
HSV(B)207.89º30.21%92.16%-
XYZ51.4356.1386.72-
YUV194.4150.91106.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.29%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=27.29%
G=33.61%
B=39.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642022350.300.1400.08207.8963.9678.24
HexA4CAEB1EE08d0404e
Octal2443123533616010320100116
Binary101001001100101011101011111101110010001101000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAEB; }

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

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

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

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

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

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

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

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