#ACCFE7

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

Shades of Sail #ACCFE7

Tints of Sail #ACCFE7

Color information

#ACCFE7 (or 0xACCFE7) is unknown color: approx Sail. HEX triplet: AC, CF and E7. RGB value is (172,207,231). Sum of RGB (Red+Green+Blue) = 172+207+231=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACCFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFE7 is #533018. Grayscale: #C7C7C7. Windows color (decimal): -5451801 or 15191980. OLE color: 15191980.

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

Color convert

RGB172207231-
CMYK0.260.1000.09
HSL204.41º55.14%79.02%-
HSV(B)204.41º25.54%90.59%-
XYZ53.7559.1784.19-
YUV199.27145.9108.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.20%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=28.20%
G=33.93%
B=37.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722072310.260.1000.09204.4155.1479.02
HexACCFE71AA09cc374f
Octal254317347321201131467117
Binary10101100110011111110011111010101001001110011001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFE7; }

 p { color: rgb(172,207,231); }

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

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

 a { background-color: rgb(172,207,231); }

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

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

 span { border-color: rgb(172,207,231); }

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