Shades of French Pass #A8CFDC
Tints of French Pass #A8CFDC
RGB
CMYK
RGB Variations
Color information
#A8CFDC (or 0xA8CFDC) is known color: French Pass. HEX triplet: A8, CF and DC. RGB value is (168,207,220). Sum of RGB (Red+Green+Blue) = 168+207+220=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFDC is #573023. Grayscale: #C4C4C4. Windows color (decimal): -5713956 or 14471080. OLE color: 14471080.
HSL color Cylindrical-coordinate representation of color #A8CFDC: hue angle of 195º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8CFDC is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 207 | 220 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.14 |
| HSL | 195º | 0.43% | 0.76% | - |
| HSV(B) | 195º | 0.24% | 0.86% | - |
| XYZ | 51.38 | 58.12 | 76.22 | - |
| YUV | 196.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 220 | 0.24 | 0.06 | 0 | 0.14 | 195 | 0.43 | 0.76 |
| Hex | A8 | CF | DC | 18 | 6 | 0 | E | C3 | 2B | 4C |
| Octal | 250 | 317 | 334 | 30 | 6 | 0 | 16 | 303 | 53 | 114 |
| Binary | 10101000 | 11001111 | 11011100 | 11000 | 110 | 0 | 1110 | 11000011 | 101011 | 1001100 |
Color Harmonies of #A8CFDC
Complementary color
Monochromatic Colors of #A8CFDC
Black with #A8CFDC
Text Example
Text Example
White with #A8CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFDC; }
p { color: rgb(168,207,220); }
H1.HeaderClassName
{
color: #A8CFDC;
}
.AnyTagClassName
{
color: #A8CFDC;
}
</style>
background-color css
<style>
a { background-color: #A8CFDC; }
a { background-color: rgb(168,207,220); }
div.DivClassName
{
background-color: #A8CFDC;
}
.BgClassName
{
background-color: #A8CFDC;
}
</style>
border-color css
<style>
span { border-color: #A8CFDC; }
span { border-color: rgb(168,207,220); }
td.TdClassName
{
border-color: #A8CFDC;
}
.TagClassName
{
border-color: #A8CFDC;
}
</style>