#A4CCE8

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

Shades of Sail #A4CCE8

Tints of Sail #A4CCE8

Color information

#A4CCE8 (or 0xA4CCE8) is unknown color: approx Sail. HEX triplet: A4, CC and E8. RGB value is (164,204,232). Sum of RGB (Red+Green+Blue) = 164+204+232=600 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #A4CCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CCE8 is #5B3317. Grayscale: #C3C3C3. Windows color (decimal): -5976856 or 15256740. OLE color: 15256740.

HSL color Cylindrical-coordinate representation of color #A4CCE8: hue angle of 204.71º 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 #A4CCE8 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB164204232-
CMYK0.290.1200.09
HSL204.71º59.65%77.65%-
HSV(B)204.71º29.31%90.98%-
XYZ51.4756.984.61-
YUV195.23148.75105.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.33%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 232 (91.02% from 255) = 38.67%
R=27.33%
G=34%
B=38.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642042320.290.1200.09204.7159.6577.65
HexA4CCE81DC09cd3c4e
Octal244314350351401131574116
Binary10100100110011001110100011101110001001110011011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CCE8; }

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

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

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

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

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

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

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

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