#ACCCE1

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

Shades of Sail #ACCCE1

Tints of Sail #ACCCE1

Color information

#ACCCE1 (or 0xACCCE1) is unknown color: approx Sail. HEX triplet: AC, CC and E1. RGB value is (172,204,225). Sum of RGB (Red+Green+Blue) = 172+204+225=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACCCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCE1 is #53331E. Grayscale: #C4C4C4. Windows color (decimal): -5452575 or 14797996. OLE color: 14797996.

HSL color Cylindrical-coordinate representation of color #ACCCE1: hue angle of 203.77º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCCE1 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172204225-
CMYK0.240.0900.12
HSL203.77º46.9%77.84%-
HSV(B)203.77º23.56%88.24%-
XYZ52.257.3979.56-
YUV196.83143.9110.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=28.62%
G=33.94%
B=37.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722042250.240.0900.12203.7746.977.84
HexACCCE11890Ccc2f4e
Octal254314341301101431457116
Binary10101100110011001110000111000100101100110011001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCE1; }

 p { color: rgb(172,204,225); }

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

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

 a { background-color: rgb(172,204,225); }

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

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

 span { border-color: rgb(172,204,225); }

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