Shades of French Pass #A5CFDC
Tints of French Pass #A5CFDC
RGB
CMYK
RGB Variations
Color information
#A5CFDC (or 0xA5CFDC) is known color: French Pass. HEX triplet: A5, CF and DC. RGB value is (165,207,220). Sum of RGB (Red+Green+Blue) = 165+207+220=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFDC is #5A3023. Grayscale: #C3C3C3. Windows color (decimal): -5910564 or 14471077. OLE color: 14471077.
HSL color Cylindrical-coordinate representation of color #A5CFDC: hue angle of 194.18º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5CFDC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 207 | 220 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.14 |
| HSL | 194.18º | 0.44% | 0.75% | - |
| HSV(B) | 194.18º | 0.25% | 0.86% | - |
| XYZ | 50.75 | 57.79 | 76.19 | - |
| YUV | 195.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 220 | 0.25 | 0.06 | 0 | 0.14 | 194.18 | 0.44 | 0.75 |
| Hex | A5 | CF | DC | 19 | 6 | 0 | E | C2 | 2C | 4B |
| Octal | 245 | 317 | 334 | 31 | 6 | 0 | 16 | 302 | 54 | 113 |
| Binary | 10100101 | 11001111 | 11011100 | 11001 | 110 | 0 | 1110 | 11000010 | 101100 | 1001011 |
Color Harmonies of #A5CFDC
Complementary color
Monochromatic Colors of #A5CFDC
Black with #A5CFDC
Text Example
Text Example
White with #A5CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CFDC; }
p { color: rgb(165,207,220); }
H1.HeaderClassName
{
color: #A5CFDC;
}
.AnyTagClassName
{
color: #A5CFDC;
}
</style>
background-color css
<style>
a { background-color: #A5CFDC; }
a { background-color: rgb(165,207,220); }
div.DivClassName
{
background-color: #A5CFDC;
}
.BgClassName
{
background-color: #A5CFDC;
}
</style>
border-color css
<style>
span { border-color: #A5CFDC; }
span { border-color: rgb(165,207,220); }
td.TdClassName
{
border-color: #A5CFDC;
}
.TagClassName
{
border-color: #A5CFDC;
}
</style>