Shades of French Pass #ACCFE2
Tints of French Pass #ACCFE2
RGB
CMYK
RGB Variations
Color information
#ACCFE2 (or 0xACCFE2) is known color: French Pass. HEX triplet: AC, CF and E2. RGB value is (172,207,226). Sum of RGB (Red+Green+Blue) = 172+207+226=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACCFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFE2 is #53301D. Grayscale: #C6C6C6. Windows color (decimal): -5451806 or 14864300. OLE color: 14864300.
HSL color Cylindrical-coordinate representation of color #ACCFE2: hue angle of 201.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCFE2 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 207 | 226 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.11 |
| HSL | 201.11º | 0.48% | 0.78% | - |
| HSV(B) | 201.11º | 0.24% | 0.89% | - |
| XYZ | 53.05 | 58.89 | 80.52 | - |
| YUV | 198.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 226 | 0.24 | 0.08 | 0 | 0.11 | 201.11 | 0.48 | 0.78 |
| Hex | AC | CF | E2 | 18 | 8 | 0 | B | C9 | 30 | 4E |
| Octal | 254 | 317 | 342 | 30 | 10 | 0 | 13 | 311 | 60 | 116 |
| Binary | 10101100 | 11001111 | 11100010 | 11000 | 1000 | 0 | 1011 | 11001001 | 110000 | 1001110 |
Color Harmonies of #ACCFE2
Complementary color
Monochromatic Colors of #ACCFE2
Black with #ACCFE2
Text Example
Text Example
White with #ACCFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFE2; }
p { color: rgb(172,207,226); }
H1.HeaderClassName
{
color: #ACCFE2;
}
.AnyTagClassName
{
color: #ACCFE2;
}
</style>
background-color css
<style>
a { background-color: #ACCFE2; }
a { background-color: rgb(172,207,226); }
div.DivClassName
{
background-color: #ACCFE2;
}
.BgClassName
{
background-color: #ACCFE2;
}
</style>
border-color css
<style>
span { border-color: #ACCFE2; }
span { border-color: rgb(172,207,226); }
td.TdClassName
{
border-color: #ACCFE2;
}
.TagClassName
{
border-color: #ACCFE2;
}
</style>