#ACCDE5

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

Shades of Sail #ACCDE5

Tints of Sail #ACCDE5

Color information

#ACCDE5 (or 0xACCDE5) is unknown color: approx Sail. HEX triplet: AC, CD and E5. RGB value is (172,205,229). Sum of RGB (Red+Green+Blue) = 172+205+229=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACCDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDE5 is #53321A. Grayscale: #C5C5C5. Windows color (decimal): -5452315 or 15060396. OLE color: 15060396.

HSL color Cylindrical-coordinate representation of color #ACCDE5: hue angle of 205.26º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCDE5 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172205229-
CMYK0.250.1000.10
HSL205.26º52.29%78.63%-
HSV(B)205.26º24.89%89.8%-
XYZ52.9958.0982.55-
YUV197.87145.57109.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 229 (89.84% from 255) = 37.79%
R=28.38%
G=33.83%
B=37.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722052290.250.1000.10205.2652.2978.63
HexACCDE519A0Acd344f
Octal254315345311201231564117
Binary10101100110011011110010111001101001010110011011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDE5; }

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

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

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

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

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

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

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

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