Shades of French Pass #A4CFE1
Tints of French Pass #A4CFE1
RGB
CMYK
RGB Variations
Color information
#A4CFE1 (or 0xA4CFE1) is known color: French Pass. HEX triplet: A4, CF and E1. RGB value is (164,207,225). Sum of RGB (Red+Green+Blue) = 164+207+225=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #A4CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFE1 is #5B301E. Grayscale: #C4C4C4. Windows color (decimal): -5976095 or 14798756. OLE color: 14798756.
HSL color Cylindrical-coordinate representation of color #A4CFE1: hue angle of 197.7º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4CFE1 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 207 | 225 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.12 |
| HSL | 197.7º | 0.5% | 0.76% | - |
| HSV(B) | 197.7º | 0.27% | 0.88% | - |
| XYZ | 51.21 | 57.95 | 79.72 | - |
| YUV | 196.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 225 | 0.27 | 0.08 | 0 | 0.12 | 197.7 | 0.5 | 0.76 |
| Hex | A4 | CF | E1 | 1B | 8 | 0 | C | C6 | 32 | 4C |
| Octal | 244 | 317 | 341 | 33 | 10 | 0 | 14 | 306 | 62 | 114 |
| Binary | 10100100 | 11001111 | 11100001 | 11011 | 1000 | 0 | 1100 | 11000110 | 110010 | 1001100 |
Color Harmonies of #A4CFE1
Complementary color
Monochromatic Colors of #A4CFE1
Black with #A4CFE1
Text Example
Text Example
White with #A4CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFE1; }
p { color: rgb(164,207,225); }
H1.HeaderClassName
{
color: #A4CFE1;
}
.AnyTagClassName
{
color: #A4CFE1;
}
</style>
background-color css
<style>
a { background-color: #A4CFE1; }
a { background-color: rgb(164,207,225); }
div.DivClassName
{
background-color: #A4CFE1;
}
.BgClassName
{
background-color: #A4CFE1;
}
</style>
border-color css
<style>
span { border-color: #A4CFE1; }
span { border-color: rgb(164,207,225); }
td.TdClassName
{
border-color: #A4CFE1;
}
.TagClassName
{
border-color: #A4CFE1;
}
</style>