#ACCFE9

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

Shades of Sail #ACCFE9

Tints of Sail #ACCFE9

Color information

#ACCFE9 (or 0xACCFE9) is unknown color: approx Sail. HEX triplet: AC, CF and E9. RGB value is (172,207,233). Sum of RGB (Red+Green+Blue) = 172+207+233=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACCFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFE9 is #533016. Grayscale: #C7C7C7. Windows color (decimal): -5451799 or 15323052. OLE color: 15323052.

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

Color convert

RGB172207233-
CMYK0.260.1100.09
HSL205.57º58.1%79.41%-
HSV(B)205.57º26.18%91.37%-
XYZ54.0359.2885.68-
YUV199.5146.9108.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 233 (91.41% from 255) = 38.07%
R=28.10%
G=33.82%
B=38.07%

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
Decimal1722072330.260.1100.09205.5758.179.41
HexACCFE91AB09ce3a4f
Octal254317351321301131672117
Binary10101100110011111110100111010101101001110011101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFE9; }

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

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

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

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

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

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

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

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