#ACCAE2

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

Shades of Sail #ACCAE2

Tints of Sail #ACCAE2

Color information

#ACCAE2 (or 0xACCAE2) is unknown color: approx Sail. HEX triplet: AC, CA and E2. RGB value is (172,202,226). Sum of RGB (Red+Green+Blue) = 172+202+226=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACCAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAE2 is #53351D. Grayscale: #C3C3C3. Windows color (decimal): -5453086 or 14863020. OLE color: 14863020.

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

Color convert

RGB172202226-
CMYK0.240.1100.11
HSL206.67º48.21%78.04%-
HSV(B)206.67º23.89%88.63%-
XYZ51.8656.580.12-
YUV195.77145.06111.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 226 (88.67% from 255) = 37.67%
R=28.67%
G=33.67%
B=37.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722022260.240.1100.11206.6748.2178.04
HexACCAE218B0Bcf304e
Octal254312342301301331760116
Binary10101100110010101110001011000101101011110011111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAE2; }

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

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

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

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

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

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

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

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