Shades of French Pass #ACD4DA
Tints of French Pass #ACD4DA
RGB
CMYK
RGB Variations
Color information
#ACD4DA (or 0xACD4DA) is known color: French Pass. HEX triplet: AC, D4 and DA. RGB value is (172,212,218). Sum of RGB (Red+Green+Blue) = 172+212+218=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACD4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4DA is #532B25. Grayscale: #C8C8C8. Windows color (decimal): -5450534 or 14341292. OLE color: 14341292.
HSL color Cylindrical-coordinate representation of color #ACD4DA: hue angle of 187.83º degrees, saturation: 0.38, 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 #ACD4DA is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 212 | 218 | - |
CMYK | 0.21 | 0.03 | 0 | 0.15 |
HSL | 187.83º | 0.38% | 0.76% | - |
HSV(B) | 187.83º | 0.21% | 0.85% | - |
XYZ | 53.21 | 60.92 | 75.28 | - |
YUV | 200.72 | 137.75 | 107.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 212 | 218 | 0.21 | 0.03 | 0 | 0.15 | 187.83 | 0.38 | 0.76 |
Hex | AC | D4 | DA | 15 | 3 | 0 | F | BC | 26 | 4C |
Octal | 254 | 324 | 332 | 25 | 3 | 0 | 17 | 274 | 46 | 114 |
Binary | 10101100 | 11010100 | 11011010 | 10101 | 11 | 0 | 1111 | 10111100 | 100110 | 1001100 |
Color Harmonies of #ACD4DA
Complementary color
Monochromatic Colors of #ACD4DA
Black with #ACD4DA
Text Example
Text Example
White with #ACD4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4DA; }
p { color: rgb(172,212,218); }
H1.HeaderClassName
{
color: #ACD4DA;
}
.AnyTagClassName
{
color: #ACD4DA;
}
</style>
background-color css
<style>
a { background-color: #ACD4DA; }
a { background-color: rgb(172,212,218); }
div.DivClassName
{
background-color: #ACD4DA;
}
.BgClassName
{
background-color: #ACD4DA;
}
</style>
border-color css
<style>
span { border-color: #ACD4DA; }
span { border-color: rgb(172,212,218); }
td.TdClassName
{
border-color: #ACD4DA;
}
.TagClassName
{
border-color: #ACD4DA;
}
</style>