#A4C7EA

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

Shades of Sail #A4C7EA

Tints of Sail #A4C7EA

Color information

#A4C7EA (or 0xA4C7EA) is unknown color: approx Sail. HEX triplet: A4, C7 and EA. RGB value is (164,199,234). Sum of RGB (Red+Green+Blue) = 164+199+234=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4C7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C7EA is #5B3815. Grayscale: #C0C0C0. Windows color (decimal): -5978134 or 15386532. OLE color: 15386532.

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

Color convert

RGB164199234-
CMYK0.300.1500.08
HSL210º62.5%78.04%-
HSV(B)210º29.91%91.76%-
XYZ50.5854.6885.73-
YUV192.52151.4107.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.47%
GREEN value IS 199 (78.12% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=27.47%
G=33.33%
B=39.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641992340.300.1500.0821062.578.04
HexA4C7EA1EF08d23e4e
Octal244307352361701032276116
Binary10100100110001111110101011110111101000110100101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C7EA; }

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

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

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

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

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

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

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

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