#A4CCEE

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

Shades of Sail #A4CCEE

Tints of Sail #A4CCEE

Color information

#A4CCEE (or 0xA4CCEE) is unknown color: approx Sail. HEX triplet: A4, CC and EE. RGB value is (164,204,238). Sum of RGB (Red+Green+Blue) = 164+204+238=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4CCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CCEE is #5B3311. Grayscale: #C3C3C3. Windows color (decimal): -5976850 or 15649956. OLE color: 15649956.

HSL color Cylindrical-coordinate representation of color #A4CCEE: hue angle of 207.57º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4CCEE is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164204238-
CMYK0.310.1400.07
HSL207.57º68.52%78.82%-
HSV(B)207.57º31.09%93.33%-
XYZ52.3457.2589.18-
YUV195.92151.75105.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.06%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=27.06%
G=33.66%
B=39.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642042380.310.1400.07207.5768.5278.82
HexA4CCEE1FE07d0454f
Octal244314356371607320105117
Binary10100100110011001110111011111111001111101000010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CCEE; }

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

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

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

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

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

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

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

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