Shades of French Pass #A4C9DE
Tints of French Pass #A4C9DE
RGB
CMYK
RGB Variations
Color information
#A4C9DE (or 0xA4C9DE) is known color: French Pass. HEX triplet: A4, C9 and DE. RGB value is (164,201,222). Sum of RGB (Red+Green+Blue) = 164+201+222=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4C9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C9DE is #5B3621. Grayscale: #C0C0C0. Windows color (decimal): -5977634 or 14600612. OLE color: 14600612.
HSL color Cylindrical-coordinate representation of color #A4C9DE: hue angle of 201.72º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4C9DE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 201 | 222 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.13 |
| HSL | 201.72º | 0.47% | 0.76% | - |
| HSV(B) | 201.72º | 0.26% | 0.87% | - |
| XYZ | 49.38 | 54.94 | 77.11 | - |
| YUV | 192.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 222 | 0.26 | 0.09 | 0 | 0.13 | 201.72 | 0.47 | 0.76 |
| Hex | A4 | C9 | DE | 1A | 9 | 0 | D | CA | 2F | 4C |
| Octal | 244 | 311 | 336 | 32 | 11 | 0 | 15 | 312 | 57 | 114 |
| Binary | 10100100 | 11001001 | 11011110 | 11010 | 1001 | 0 | 1101 | 11001010 | 101111 | 1001100 |
Color Harmonies of #A4C9DE
Complementary color
Monochromatic Colors of #A4C9DE
Black with #A4C9DE
Text Example
Text Example
White with #A4C9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C9DE; }
p { color: rgb(164,201,222); }
H1.HeaderClassName
{
color: #A4C9DE;
}
.AnyTagClassName
{
color: #A4C9DE;
}
</style>
background-color css
<style>
a { background-color: #A4C9DE; }
a { background-color: rgb(164,201,222); }
div.DivClassName
{
background-color: #A4C9DE;
}
.BgClassName
{
background-color: #A4C9DE;
}
</style>
border-color css
<style>
span { border-color: #A4C9DE; }
span { border-color: rgb(164,201,222); }
td.TdClassName
{
border-color: #A4C9DE;
}
.TagClassName
{
border-color: #A4C9DE;
}
</style>