Shades of French Pass #A3C8DE
Tints of French Pass #A3C8DE
RGB
CMYK
RGB Variations
Color information
#A3C8DE (or 0xA3C8DE) is known color: French Pass. HEX triplet: A3, C8 and DE. RGB value is (163,200,222). Sum of RGB (Red+Green+Blue) = 163+200+222=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3C8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C8DE is #5C3721. Grayscale: #BFBFBF. Windows color (decimal): -6043426 or 14600355. OLE color: 14600355.
HSL color Cylindrical-coordinate representation of color #A3C8DE: hue angle of 202.37º 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 #A3C8DE is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 200 | 222 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.13 |
| HSL | 202.37º | 0.47% | 0.75% | - |
| HSV(B) | 202.37º | 0.27% | 0.87% | - |
| XYZ | 48.94 | 54.37 | 77.02 | - |
| YUV | 191.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 200 | 222 | 0.27 | 0.10 | 0 | 0.13 | 202.37 | 0.47 | 0.75 |
| Hex | A3 | C8 | DE | 1B | A | 0 | D | CA | 2F | 4B |
| Octal | 243 | 310 | 336 | 33 | 12 | 0 | 15 | 312 | 57 | 113 |
| Binary | 10100011 | 11001000 | 11011110 | 11011 | 1010 | 0 | 1101 | 11001010 | 101111 | 1001011 |
Color Harmonies of #A3C8DE
Complementary color
Monochromatic Colors of #A3C8DE
Black with #A3C8DE
Text Example
Text Example
White with #A3C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C8DE; }
p { color: rgb(163,200,222); }
H1.HeaderClassName
{
color: #A3C8DE;
}
.AnyTagClassName
{
color: #A3C8DE;
}
</style>
background-color css
<style>
a { background-color: #A3C8DE; }
a { background-color: rgb(163,200,222); }
div.DivClassName
{
background-color: #A3C8DE;
}
.BgClassName
{
background-color: #A3C8DE;
}
</style>
border-color css
<style>
span { border-color: #A3C8DE; }
span { border-color: rgb(163,200,222); }
td.TdClassName
{
border-color: #A3C8DE;
}
.TagClassName
{
border-color: #A3C8DE;
}
</style>