Shades of French Pass #A4D0DF
Tints of French Pass #A4D0DF
RGB
CMYK
RGB Variations
Color information
#A4D0DF (or 0xA4D0DF) is known color: French Pass. HEX triplet: A4, D0 and DF. RGB value is (164,208,223). Sum of RGB (Red+Green+Blue) = 164+208+223=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4D0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D0DF is #5B2F20. Grayscale: #C4C4C4. Windows color (decimal): -5975841 or 14667940. OLE color: 14667940.
HSL color Cylindrical-coordinate representation of color #A4D0DF: hue angle of 195.25º 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 #A4D0DF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 208 | 223 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.13 |
| HSL | 195.25º | 0.48% | 0.76% | - |
| HSV(B) | 195.25º | 0.26% | 0.87% | - |
| XYZ | 51.19 | 58.33 | 78.37 | - |
| YUV | 196.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 223 | 0.26 | 0.07 | 0 | 0.13 | 195.25 | 0.48 | 0.76 |
| Hex | A4 | D0 | DF | 1A | 7 | 0 | D | C3 | 30 | 4C |
| Octal | 244 | 320 | 337 | 32 | 7 | 0 | 15 | 303 | 60 | 114 |
| Binary | 10100100 | 11010000 | 11011111 | 11010 | 111 | 0 | 1101 | 11000011 | 110000 | 1001100 |
Color Harmonies of #A4D0DF
Complementary color
Monochromatic Colors of #A4D0DF
Black with #A4D0DF
Text Example
Text Example
White with #A4D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D0DF; }
p { color: rgb(164,208,223); }
H1.HeaderClassName
{
color: #A4D0DF;
}
.AnyTagClassName
{
color: #A4D0DF;
}
</style>
background-color css
<style>
a { background-color: #A4D0DF; }
a { background-color: rgb(164,208,223); }
div.DivClassName
{
background-color: #A4D0DF;
}
.BgClassName
{
background-color: #A4D0DF;
}
</style>
border-color css
<style>
span { border-color: #A4D0DF; }
span { border-color: rgb(164,208,223); }
td.TdClassName
{
border-color: #A4D0DF;
}
.TagClassName
{
border-color: #A4D0DF;
}
</style>