Shades of French Pass #A3CDDF
Tints of French Pass #A3CDDF
RGB
CMYK
RGB Variations
Color information
#A3CDDF (or 0xA3CDDF) is known color: French Pass. HEX triplet: A3, CD and DF. RGB value is (163,205,223). Sum of RGB (Red+Green+Blue) = 163+205+223=591 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.58% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDDF is #5C3220. Grayscale: #C2C2C2. Windows color (decimal): -6042145 or 14667171. OLE color: 14667171.
HSL color Cylindrical-coordinate representation of color #A3CDDF: hue angle of 198º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3CDDF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 205 | 223 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.13 |
| HSL | 198º | 0.48% | 0.76% | - |
| HSV(B) | 198º | 0.27% | 0.87% | - |
| XYZ | 50.25 | 56.78 | 78.12 | - |
| YUV | 194.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 223 | 0.27 | 0.08 | 0 | 0.13 | 198 | 0.48 | 0.76 |
| Hex | A3 | CD | DF | 1B | 8 | 0 | D | C6 | 30 | 4C |
| Octal | 243 | 315 | 337 | 33 | 10 | 0 | 15 | 306 | 60 | 114 |
| Binary | 10100011 | 11001101 | 11011111 | 11011 | 1000 | 0 | 1101 | 11000110 | 110000 | 1001100 |
Color Harmonies of #A3CDDF
Complementary color
Monochromatic Colors of #A3CDDF
Black with #A3CDDF
Text Example
Text Example
White with #A3CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CDDF; }
p { color: rgb(163,205,223); }
H1.HeaderClassName
{
color: #A3CDDF;
}
.AnyTagClassName
{
color: #A3CDDF;
}
</style>
background-color css
<style>
a { background-color: #A3CDDF; }
a { background-color: rgb(163,205,223); }
div.DivClassName
{
background-color: #A3CDDF;
}
.BgClassName
{
background-color: #A3CDDF;
}
</style>
border-color css
<style>
span { border-color: #A3CDDF; }
span { border-color: rgb(163,205,223); }
td.TdClassName
{
border-color: #A3CDDF;
}
.TagClassName
{
border-color: #A3CDDF;
}
</style>