#ACCFD8

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

Shades of French Pass #ACCFD8

Tints of French Pass #ACCFD8

Color information

#ACCFD8 (or 0xACCFD8) is unknown color: approx French Pass. HEX triplet: AC, CF and D8. RGB value is (172,207,216). Sum of RGB (Red+Green+Blue) = 172+207+216=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACCFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFD8 is #533027. Grayscale: #C5C5C5. Windows color (decimal): -5451816 or 14208940. OLE color: 14208940.

HSL color Cylindrical-coordinate representation of color #ACCFD8: hue angle of 192.27º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACCFD8 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172207216-
CMYK0.200.0400.15
HSL192.27º36.07%76.08%-
HSV(B)192.27º20.37%84.71%-
XYZ51.7258.3573.5-
YUV197.56138.4109.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 216 (84.77% from 255) = 36.30%
R=28.91%
G=34.79%
B=36.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722072160.200.0400.15192.2736.0776.08
HexACCFD81440Fc0244c
Octal25431733024401730044114
Binary1010110011001111110110001010010001111110000001001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFD8; }

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

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

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

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

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

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

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

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