#ACCFD9

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

Shades of French Pass #ACCFD9

Tints of French Pass #ACCFD9

Color information

#ACCFD9 (or 0xACCFD9) is unknown color: approx French Pass. HEX triplet: AC, CF and D9. RGB value is (172,207,217). Sum of RGB (Red+Green+Blue) = 172+207+217=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACCFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFD9 is #533026. Grayscale: #C5C5C5. Windows color (decimal): -5451815 or 14274476. OLE color: 14274476.

HSL color Cylindrical-coordinate representation of color #ACCFD9: hue angle of 193.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCFD9 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172207217-
CMYK0.210.0500.15
HSL193.33º37.19%76.27%-
HSV(B)193.33º20.74%85.1%-
XYZ51.8558.4174.19-
YUV197.68138.9109.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=28.86%
G=34.73%
B=36.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722072170.210.0500.15193.3337.1976.27
HexACCFD91550Fc1254c
Octal25431733125501730145114
Binary1010110011001111110110011010110101111110000011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFD9; }

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

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

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

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

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

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

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

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