#A4CCEA

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

Shades of Sail #A4CCEA

Tints of Sail #A4CCEA

Color information

#A4CCEA (or 0xA4CCEA) is unknown color: approx Sail. HEX triplet: A4, CC and EA. RGB value is (164,204,234). Sum of RGB (Red+Green+Blue) = 164+204+234=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4CCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CCEA is #5B3315. Grayscale: #C3C3C3. Windows color (decimal): -5976854 or 15387812. OLE color: 15387812.

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

Color convert

RGB164204234-
CMYK0.300.1300.08
HSL205.71º62.5%78.04%-
HSV(B)205.71º29.91%91.76%-
XYZ51.7557.0286.12-
YUV195.46149.75105.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.24%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=27.24%
G=33.89%
B=38.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642042340.300.1300.08205.7162.578.04
HexA4CCEA1ED08ce3e4e
Octal244314352361501031676116
Binary10100100110011001110101011110110101000110011101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CCEA; }

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

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

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

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

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

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

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

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