Shades of French Pass #A4CEE3
Tints of French Pass #A4CEE3
RGB
CMYK
RGB Variations
Color information
#A4CEE3 (or 0xA4CEE3) is known color: French Pass. HEX triplet: A4, CE and E3. RGB value is (164,206,227). Sum of RGB (Red+Green+Blue) = 164+206+227=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 227 - color contains mainly: blue. Hex color #A4CEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEE3 is #5B311C. Grayscale: #C3C3C3. Windows color (decimal): -5976349 or 14929572. OLE color: 14929572.
HSL color Cylindrical-coordinate representation of color #A4CEE3: hue angle of 200º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4CEE3 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 206 | 227 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.11 |
| HSL | 200º | 0.53% | 0.77% | - |
| HSV(B) | 200º | 0.28% | 0.89% | - |
| XYZ | 51.25 | 57.58 | 81.09 | - |
| YUV | 195.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 227 | 0.28 | 0.09 | 0 | 0.11 | 200 | 0.53 | 0.77 |
| Hex | A4 | CE | E3 | 1C | 9 | 0 | B | C8 | 35 | 4D |
| Octal | 244 | 316 | 343 | 34 | 11 | 0 | 13 | 310 | 65 | 115 |
| Binary | 10100100 | 11001110 | 11100011 | 11100 | 1001 | 0 | 1011 | 11001000 | 110101 | 1001101 |
Color Harmonies of #A4CEE3
Complementary color
Monochromatic Colors of #A4CEE3
Black with #A4CEE3
Text Example
Text Example
White with #A4CEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CEE3; }
p { color: rgb(164,206,227); }
H1.HeaderClassName
{
color: #A4CEE3;
}
.AnyTagClassName
{
color: #A4CEE3;
}
</style>
background-color css
<style>
a { background-color: #A4CEE3; }
a { background-color: rgb(164,206,227); }
div.DivClassName
{
background-color: #A4CEE3;
}
.BgClassName
{
background-color: #A4CEE3;
}
</style>
border-color css
<style>
span { border-color: #A4CEE3; }
span { border-color: rgb(164,206,227); }
td.TdClassName
{
border-color: #A4CEE3;
}
.TagClassName
{
border-color: #A4CEE3;
}
</style>