#ACCCE2

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

Shades of Sail #ACCCE2

Tints of Sail #ACCCE2

Color information

#ACCCE2 (or 0xACCCE2) is unknown color: approx Sail. HEX triplet: AC, CC and E2. RGB value is (172,204,226). Sum of RGB (Red+Green+Blue) = 172+204+226=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACCCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCE2 is #53331D. Grayscale: #C4C4C4. Windows color (decimal): -5452574 or 14863532. OLE color: 14863532.

HSL color Cylindrical-coordinate representation of color #ACCCE2: hue angle of 204.44º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCCE2 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172204226-
CMYK0.240.1000.11
HSL204.44º48.21%78.04%-
HSV(B)204.44º23.89%88.63%-
XYZ52.3357.4580.28-
YUV196.94144.4110.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.57%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 226 (88.67% from 255) = 37.54%
R=28.57%
G=33.89%
B=37.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722042260.240.1000.11204.4448.2178.04
HexACCCE218A0Bcc304e
Octal254314342301201331460116
Binary10101100110011001110001011000101001011110011001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCE2; }

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

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

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

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

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

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

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

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