#ACD5DB

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

Shades of French Pass #ACD5DB

Tints of French Pass #ACD5DB

Color information

#ACD5DB (or 0xACD5DB) is unknown color: approx French Pass. HEX triplet: AC, D5 and DB. RGB value is (172,213,219). Sum of RGB (Red+Green+Blue) = 172+213+219=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5DB is #532A24. Grayscale: #C9C9C9. Windows color (decimal): -5450277 or 14407084. OLE color: 14407084.

HSL color Cylindrical-coordinate representation of color #ACD5DB: hue angle of 187.66º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD5DB is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172213219-
CMYK0.210.0300.14
HSL187.66º39.5%76.67%-
HSV(B)187.66º21.46%85.88%-
XYZ53.5961.4776.06-
YUV201.42137.92107.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=28.48%
G=35.26%
B=36.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722132190.210.0300.14187.6639.576.67
HexACD5DB1530Ebc274d
Octal25432533325301627447115
Binary101011001101010111011011101011101110101111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5DB; }

 p { color: rgb(172,213,219); }

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

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

 a { background-color: rgb(172,213,219); }

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

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

 span { border-color: rgb(172,213,219); }

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