Shades of French Pass #A3D5DC
Tints of French Pass #A3D5DC
RGB
CMYK
RGB Variations
Color information
#A3D5DC (or 0xA3D5DC) is known color: French Pass. HEX triplet: A3, D5 and DC. RGB value is (163,213,220). Sum of RGB (Red+Green+Blue) = 163+213+220=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D5DC is #5C2A23. Grayscale: #C6C6C6. Windows color (decimal): -6040100 or 14472611. OLE color: 14472611.
HSL color Cylindrical-coordinate representation of color #A3D5DC: hue angle of 187.37º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3D5DC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 213 | 220 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.14 |
| HSL | 187.37º | 0.45% | 0.75% | - |
| HSV(B) | 187.37º | 0.26% | 0.86% | - |
| XYZ | 51.82 | 60.54 | 76.66 | - |
| YUV | 198.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 220 | 0.26 | 0.03 | 0 | 0.14 | 187.37 | 0.45 | 0.75 |
| Hex | A3 | D5 | DC | 1A | 3 | 0 | E | BB | 2D | 4B |
| Octal | 243 | 325 | 334 | 32 | 3 | 0 | 16 | 273 | 55 | 113 |
| Binary | 10100011 | 11010101 | 11011100 | 11010 | 11 | 0 | 1110 | 10111011 | 101101 | 1001011 |
Color Harmonies of #A3D5DC
Complementary color
Monochromatic Colors of #A3D5DC
Black with #A3D5DC
Text Example
Text Example
White with #A3D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D5DC; }
p { color: rgb(163,213,220); }
H1.HeaderClassName
{
color: #A3D5DC;
}
.AnyTagClassName
{
color: #A3D5DC;
}
</style>
background-color css
<style>
a { background-color: #A3D5DC; }
a { background-color: rgb(163,213,220); }
div.DivClassName
{
background-color: #A3D5DC;
}
.BgClassName
{
background-color: #A3D5DC;
}
</style>
border-color css
<style>
span { border-color: #A3D5DC; }
span { border-color: rgb(163,213,220); }
td.TdClassName
{
border-color: #A3D5DC;
}
.TagClassName
{
border-color: #A3D5DC;
}
</style>