Shades of French Pass #9ACFE1
Tints of French Pass #9ACFE1
RGB
CMYK
RGB Variations
Color information
#9ACFE1 (or 0x9ACFE1) is known color: French Pass. HEX triplet: 9A, CF and E1. RGB value is (154,207,225). Sum of RGB (Red+Green+Blue) = 154+207+225=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ACFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACFE1 is #65301E. Grayscale: #C1C1C1. Windows color (decimal): -6631455 or 14798746. OLE color: 14798746.
HSL color Cylindrical-coordinate representation of color #9ACFE1: hue angle of 195.21º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ACFE1 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 207 | 225 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.12 |
| HSL | 195.21º | 0.54% | 0.74% | - |
| HSV(B) | 195.21º | 0.32% | 0.88% | - |
| XYZ | 49.23 | 56.93 | 79.63 | - |
| YUV | 193.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 225 | 0.32 | 0.08 | 0 | 0.12 | 195.21 | 0.54 | 0.74 |
| Hex | 9A | CF | E1 | 20 | 8 | 0 | C | C3 | 36 | 4A |
| Octal | 232 | 317 | 341 | 40 | 10 | 0 | 14 | 303 | 66 | 112 |
| Binary | 10011010 | 11001111 | 11100001 | 100000 | 1000 | 0 | 1100 | 11000011 | 110110 | 1001010 |
Color Harmonies of #9ACFE1
Complementary color
Monochromatic Colors of #9ACFE1
Black with #9ACFE1
Text Example
Text Example
White with #9ACFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFE1; }
p { color: rgb(154,207,225); }
H1.HeaderClassName
{
color: #9ACFE1;
}
.AnyTagClassName
{
color: #9ACFE1;
}
</style>
background-color css
<style>
a { background-color: #9ACFE1; }
a { background-color: rgb(154,207,225); }
div.DivClassName
{
background-color: #9ACFE1;
}
.BgClassName
{
background-color: #9ACFE1;
}
</style>
border-color css
<style>
span { border-color: #9ACFE1; }
span { border-color: rgb(154,207,225); }
td.TdClassName
{
border-color: #9ACFE1;
}
.TagClassName
{
border-color: #9ACFE1;
}
</style>