#ACCED8

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

Shades of French Pass #ACCED8

Tints of French Pass #ACCED8

Color information

#ACCED8 (or 0xACCED8) is unknown color: approx French Pass. HEX triplet: AC, CE and D8. RGB value is (172,206,216). Sum of RGB (Red+Green+Blue) = 172+206+216=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACCED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCED8 is #533127. Grayscale: #C4C4C4. Windows color (decimal): -5452072 or 14208684. OLE color: 14208684.

HSL color Cylindrical-coordinate representation of color #ACCED8: hue angle of 193.64º 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 #ACCED8 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172206216-
CMYK0.200.0500.15
HSL193.64º36.07%76.08%-
HSV(B)193.64º20.37%84.71%-
XYZ51.4857.8773.42-
YUV196.97138.74110.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 216 (84.77% from 255) = 36.36%
R=28.96%
G=34.68%
B=36.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722062160.200.0500.15193.6436.0776.08
HexACCED81450Fc2244c
Octal25431633024501730244114
Binary1010110011001110110110001010010101111110000101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCED8; }

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

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

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

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

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

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

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

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