#ACCEE8

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

Shades of Sail #ACCEE8

Tints of Sail #ACCEE8

Color information

#ACCEE8 (or 0xACCEE8) is unknown color: approx Sail. HEX triplet: AC, CE and E8. RGB value is (172,206,232). Sum of RGB (Red+Green+Blue) = 172+206+232=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACCEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEE8 is #533117. Grayscale: #C6C6C6. Windows color (decimal): -5452056 or 15257260. OLE color: 15257260.

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

Color convert

RGB172206232-
CMYK0.260.1100.09
HSL206º56.6%79.22%-
HSV(B)206º25.86%90.98%-
XYZ53.6558.7484.85-
YUV198.8146.74108.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.20%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 232 (91.02% from 255) = 38.03%
R=28.20%
G=33.77%
B=38.03%

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
Decimal1722062320.260.1100.0920656.679.22
HexACCEE81AB09ce394f
Octal254316350321301131671117
Binary10101100110011101110100011010101101001110011101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEE8; }

 p { color: rgb(172,206,232); }

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

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

 a { background-color: rgb(172,206,232); }

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

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

 span { border-color: rgb(172,206,232); }

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