Shades of French Pass #AFCED8
Tints of French Pass #AFCED8
RGB
CMYK
RGB Variations
Color information
#AFCED8 (or 0xAFCED8) is known color: French Pass. HEX triplet: AF, CE and D8. RGB value is (175,206,216). Sum of RGB (Red+Green+Blue) = 175+206+216=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFCED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCED8 is #503127. Grayscale: #C5C5C5. Windows color (decimal): -5255464 or 14208687. OLE color: 14208687.
HSL color Cylindrical-coordinate representation of color #AFCED8: hue angle of 194.63º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFCED8 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 206 | 216 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.15 |
| HSL | 194.63º | 0.34% | 0.77% | - |
| HSV(B) | 194.63º | 0.19% | 0.85% | - |
| XYZ | 52.15 | 58.21 | 73.45 | - |
| YUV | 197.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 216 | 0.19 | 0.05 | 0 | 0.15 | 194.63 | 0.34 | 0.77 |
| Hex | AF | CE | D8 | 13 | 5 | 0 | F | C3 | 22 | 4D |
| Octal | 257 | 316 | 330 | 23 | 5 | 0 | 17 | 303 | 42 | 115 |
| Binary | 10101111 | 11001110 | 11011000 | 10011 | 101 | 0 | 1111 | 11000011 | 100010 | 1001101 |
Color Harmonies of #AFCED8
Complementary color
Monochromatic Colors of #AFCED8
Black with #AFCED8
Text Example
Text Example
White with #AFCED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCED8; }
p { color: rgb(175,206,216); }
H1.HeaderClassName
{
color: #AFCED8;
}
.AnyTagClassName
{
color: #AFCED8;
}
</style>
background-color css
<style>
a { background-color: #AFCED8; }
a { background-color: rgb(175,206,216); }
div.DivClassName
{
background-color: #AFCED8;
}
.BgClassName
{
background-color: #AFCED8;
}
</style>
border-color css
<style>
span { border-color: #AFCED8; }
span { border-color: rgb(175,206,216); }
td.TdClassName
{
border-color: #AFCED8;
}
.TagClassName
{
border-color: #AFCED8;
}
</style>