Shades of French Pass #A3CBDE
Tints of French Pass #A3CBDE
RGB
CMYK
RGB Variations
Color information
#A3CBDE (or 0xA3CBDE) is known color: French Pass. HEX triplet: A3, CB and DE. RGB value is (163,203,222). Sum of RGB (Red+Green+Blue) = 163+203+222=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3CBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBDE is #5C3421. Grayscale: #C1C1C1. Windows color (decimal): -6042658 or 14601123. OLE color: 14601123.
HSL color Cylindrical-coordinate representation of color #A3CBDE: hue angle of 199.32º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3CBDE is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 203 | 222 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.13 |
| HSL | 199.32º | 0.47% | 0.75% | - |
| HSV(B) | 199.32º | 0.27% | 0.87% | - |
| XYZ | 49.65 | 55.77 | 77.26 | - |
| YUV | 193.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 222 | 0.27 | 0.09 | 0 | 0.13 | 199.32 | 0.47 | 0.75 |
| Hex | A3 | CB | DE | 1B | 9 | 0 | D | C7 | 2F | 4B |
| Octal | 243 | 313 | 336 | 33 | 11 | 0 | 15 | 307 | 57 | 113 |
| Binary | 10100011 | 11001011 | 11011110 | 11011 | 1001 | 0 | 1101 | 11000111 | 101111 | 1001011 |
Color Harmonies of #A3CBDE
Complementary color
Monochromatic Colors of #A3CBDE
Black with #A3CBDE
Text Example
Text Example
White with #A3CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBDE; }
p { color: rgb(163,203,222); }
H1.HeaderClassName
{
color: #A3CBDE;
}
.AnyTagClassName
{
color: #A3CBDE;
}
</style>
background-color css
<style>
a { background-color: #A3CBDE; }
a { background-color: rgb(163,203,222); }
div.DivClassName
{
background-color: #A3CBDE;
}
.BgClassName
{
background-color: #A3CBDE;
}
</style>
border-color css
<style>
span { border-color: #A3CBDE; }
span { border-color: rgb(163,203,222); }
td.TdClassName
{
border-color: #A3CBDE;
}
.TagClassName
{
border-color: #A3CBDE;
}
</style>