#ACCEE7

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

Shades of Sail #ACCEE7

Tints of Sail #ACCEE7

Color information

#ACCEE7 (or 0xACCEE7) is unknown color: approx Sail. HEX triplet: AC, CE and E7. RGB value is (172,206,231). Sum of RGB (Red+Green+Blue) = 172+206+231=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACCEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEE7 is #533118. Grayscale: #C6C6C6. Windows color (decimal): -5452057 or 15191724. OLE color: 15191724.

HSL color Cylindrical-coordinate representation of color #ACCEE7: hue angle of 205.42º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACCEE7 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172206231-
CMYK0.260.1100.09
HSL205.42º55.14%79.02%-
HSV(B)205.42º25.54%90.59%-
XYZ53.5158.6884.11-
YUV198.68146.24108.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=28.24%
G=33.83%
B=37.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722062310.260.1100.09205.4255.1479.02
HexACCEE71AB09cd374f
Octal254316347321301131567117
Binary10101100110011101110011111010101101001110011011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEE7; }

 p { color: rgb(172,206,231); }

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

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

 a { background-color: rgb(172,206,231); }

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

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

 span { border-color: rgb(172,206,231); }

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