#ACCDE7

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

Shades of Sail #ACCDE7

Tints of Sail #ACCDE7

Color information

#ACCDE7 (or 0xACCDE7) is unknown color: approx Sail. HEX triplet: AC, CD and E7. RGB value is (172,205,231). Sum of RGB (Red+Green+Blue) = 172+205+231=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACCDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDE7 is #533218. Grayscale: #C5C5C5. Windows color (decimal): -5452313 or 15191468. OLE color: 15191468.

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

Color convert

RGB172205231-
CMYK0.260.1100.09
HSL206.44º55.14%79.02%-
HSV(B)206.44º25.54%90.59%-
XYZ53.2758.284.03-
YUV198.1146.57109.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 231 (90.62% from 255) = 37.99%
R=28.29%
G=33.72%
B=37.99%

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
Decimal1722052310.260.1100.09206.4455.1479.02
HexACCDE71AB09ce374f
Octal254315347321301131667117
Binary10101100110011011110011111010101101001110011101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDE7; }

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

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

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

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

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

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

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

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