#ACD3DB

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

Shades of French Pass #ACD3DB

Tints of French Pass #ACD3DB

Color information

#ACD3DB (or 0xACD3DB) is unknown color: approx French Pass. HEX triplet: AC, D3 and DB. RGB value is (172,211,219). Sum of RGB (Red+Green+Blue) = 172+211+219=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3DB is #532C24. Grayscale: #C8C8C8. Windows color (decimal): -5450789 or 14406572. OLE color: 14406572.

HSL color Cylindrical-coordinate representation of color #ACD3DB: hue angle of 190.21º 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 #ACD3DB is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172211219-
CMYK0.210.0400.14
HSL190.21º39.5%76.67%-
HSV(B)190.21º21.46%85.88%-
XYZ53.0960.4775.89-
YUV200.25138.58107.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.57%
GREEN value IS 211 (82.81% from 255) = 35.05%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=28.57%
G=35.05%
B=36.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722112190.210.0400.14190.2139.576.67
HexACD3DB1540Ebe274d
Octal25432333325401627647115
Binary1010110011010011110110111010110001110101111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3DB; }

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

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

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

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

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

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

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

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