Shades of French Pass #A4CBDF
Tints of French Pass #A4CBDF
RGB
CMYK
RGB Variations
Color information
#A4CBDF (or 0xA4CBDF) is known color: French Pass. HEX triplet: A4, CB and DF. RGB value is (164,203,223). Sum of RGB (Red+Green+Blue) = 164+203+223=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBDF is #5B3420. Grayscale: #C1C1C1. Windows color (decimal): -5977121 or 14666660. OLE color: 14666660.
HSL color Cylindrical-coordinate representation of color #A4CBDF: hue angle of 200.34º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4CBDF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 203 | 223 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.13 |
| HSL | 200.34º | 0.48% | 0.76% | - |
| HSV(B) | 200.34º | 0.26% | 0.87% | - |
| XYZ | 49.99 | 55.93 | 77.97 | - |
| YUV | 193.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 223 | 0.26 | 0.09 | 0 | 0.13 | 200.34 | 0.48 | 0.76 |
| Hex | A4 | CB | DF | 1A | 9 | 0 | D | C8 | 30 | 4C |
| Octal | 244 | 313 | 337 | 32 | 11 | 0 | 15 | 310 | 60 | 114 |
| Binary | 10100100 | 11001011 | 11011111 | 11010 | 1001 | 0 | 1101 | 11001000 | 110000 | 1001100 |
Color Harmonies of #A4CBDF
Complementary color
Monochromatic Colors of #A4CBDF
Black with #A4CBDF
Text Example
Text Example
White with #A4CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CBDF; }
p { color: rgb(164,203,223); }
H1.HeaderClassName
{
color: #A4CBDF;
}
.AnyTagClassName
{
color: #A4CBDF;
}
</style>
background-color css
<style>
a { background-color: #A4CBDF; }
a { background-color: rgb(164,203,223); }
div.DivClassName
{
background-color: #A4CBDF;
}
.BgClassName
{
background-color: #A4CBDF;
}
</style>
border-color css
<style>
span { border-color: #A4CBDF; }
span { border-color: rgb(164,203,223); }
td.TdClassName
{
border-color: #A4CBDF;
}
.TagClassName
{
border-color: #A4CBDF;
}
</style>