Shades of French Pass #A8CEDA
Tints of French Pass #A8CEDA
RGB
CMYK
RGB Variations
Color information
#A8CEDA (or 0xA8CEDA) is known color: French Pass. HEX triplet: A8, CE and DA. RGB value is (168,206,218). Sum of RGB (Red+Green+Blue) = 168+206+218=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEDA is #573125. Grayscale: #C3C3C3. Windows color (decimal): -5714214 or 14339752. OLE color: 14339752.
HSL color Cylindrical-coordinate representation of color #A8CEDA: hue angle of 194.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8CEDA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 206 | 218 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.15 |
| HSL | 194.4º | 0.4% | 0.76% | - |
| HSV(B) | 194.4º | 0.23% | 0.85% | - |
| XYZ | 50.87 | 57.53 | 74.75 | - |
| YUV | 196.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 218 | 0.23 | 0.06 | 0 | 0.15 | 194.4 | 0.4 | 0.76 |
| Hex | A8 | CE | DA | 17 | 6 | 0 | F | C2 | 28 | 4C |
| Octal | 250 | 316 | 332 | 27 | 6 | 0 | 17 | 302 | 50 | 114 |
| Binary | 10101000 | 11001110 | 11011010 | 10111 | 110 | 0 | 1111 | 11000010 | 101000 | 1001100 |
Color Harmonies of #A8CEDA
Complementary color
Monochromatic Colors of #A8CEDA
Black with #A8CEDA
Text Example
Text Example
White with #A8CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEDA; }
p { color: rgb(168,206,218); }
H1.HeaderClassName
{
color: #A8CEDA;
}
.AnyTagClassName
{
color: #A8CEDA;
}
</style>
background-color css
<style>
a { background-color: #A8CEDA; }
a { background-color: rgb(168,206,218); }
div.DivClassName
{
background-color: #A8CEDA;
}
.BgClassName
{
background-color: #A8CEDA;
}
</style>
border-color css
<style>
span { border-color: #A8CEDA; }
span { border-color: rgb(168,206,218); }
td.TdClassName
{
border-color: #A8CEDA;
}
.TagClassName
{
border-color: #A8CEDA;
}
</style>