Shades of French Pass #A4CBDD
Tints of French Pass #A4CBDD
RGB
CMYK
RGB Variations
Color information
#A4CBDD (or 0xA4CBDD) is known color: French Pass. HEX triplet: A4, CB and DD. RGB value is (164,203,221). Sum of RGB (Red+Green+Blue) = 164+203+221=588 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.89% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBDD is #5B3422. Grayscale: #C1C1C1. Windows color (decimal): -5977123 or 14535588. OLE color: 14535588.
HSL color Cylindrical-coordinate representation of color #A4CBDD: hue angle of 198.95º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4CBDD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 203 | 221 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.13 |
| HSL | 198.95º | 0.46% | 0.75% | - |
| HSV(B) | 198.95º | 0.26% | 0.87% | - |
| XYZ | 49.72 | 55.82 | 76.56 | - |
| YUV | 193.39 | 143.58 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 221 | 0.26 | 0.08 | 0 | 0.13 | 198.95 | 0.46 | 0.75 |
| Hex | A4 | CB | DD | 1A | 8 | 0 | D | C7 | 2E | 4B |
| Octal | 244 | 313 | 335 | 32 | 10 | 0 | 15 | 307 | 56 | 113 |
| Binary | 10100100 | 11001011 | 11011101 | 11010 | 1000 | 0 | 1101 | 11000111 | 101110 | 1001011 |
Color Harmonies of #A4CBDD
Complementary color
Monochromatic Colors of #A4CBDD
Black with #A4CBDD
Text Example
Text Example
White with #A4CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CBDD; }
p { color: rgb(164,203,221); }
H1.HeaderClassName
{
color: #A4CBDD;
}
.AnyTagClassName
{
color: #A4CBDD;
}
</style>
background-color css
<style>
a { background-color: #A4CBDD; }
a { background-color: rgb(164,203,221); }
div.DivClassName
{
background-color: #A4CBDD;
}
.BgClassName
{
background-color: #A4CBDD;
}
</style>
border-color css
<style>
span { border-color: #A4CBDD; }
span { border-color: rgb(164,203,221); }
td.TdClassName
{
border-color: #A4CBDD;
}
.TagClassName
{
border-color: #A4CBDD;
}
</style>