#A4CCEB

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

Shades of Sail #A4CCEB

Tints of Sail #A4CCEB

Color information

#A4CCEB (or 0xA4CCEB) is unknown color: approx Sail. HEX triplet: A4, CC and EB. RGB value is (164,204,235). Sum of RGB (Red+Green+Blue) = 164+204+235=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4CCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CCEB is #5B3314. Grayscale: #C3C3C3. Windows color (decimal): -5976853 or 15453348. OLE color: 15453348.

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

Color convert

RGB164204235-
CMYK0.300.1300.08
HSL206.2º63.96%78.24%-
HSV(B)206.2º30.21%92.16%-
XYZ51.957.0886.88-
YUV195.57150.25105.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=27.20%
G=33.83%
B=38.97%

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
Decimal1642042350.300.1300.08206.263.9678.24
HexA4CCEB1ED08ce404e
Octal2443143533615010316100116
Binary101001001100110011101011111101101010001100111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CCEB; }

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

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

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

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

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

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

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

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