Shades of French Pass #9CCFE0
Tints of French Pass #9CCFE0
RGB
CMYK
RGB Variations
Color information
#9CCFE0 (or 0x9CCFE0) is known color: French Pass. HEX triplet: 9C, CF and E0. RGB value is (156,207,224). Sum of RGB (Red+Green+Blue) = 156+207+224=587 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.58% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CCFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCFE0 is #63301F. Grayscale: #C1C1C1. Windows color (decimal): -6500384 or 14733212. OLE color: 14733212.
HSL color Cylindrical-coordinate representation of color #9CCFE0: hue angle of 195º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CCFE0 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 207 | 224 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.12 |
| HSL | 195º | 0.52% | 0.75% | - |
| HSV(B) | 195º | 0.3% | 0.88% | - |
| XYZ | 49.48 | 57.08 | 78.93 | - |
| YUV | 193.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 224 | 0.30 | 0.08 | 0 | 0.12 | 195 | 0.52 | 0.75 |
| Hex | 9C | CF | E0 | 1E | 8 | 0 | C | C3 | 34 | 4B |
| Octal | 234 | 317 | 340 | 36 | 10 | 0 | 14 | 303 | 64 | 113 |
| Binary | 10011100 | 11001111 | 11100000 | 11110 | 1000 | 0 | 1100 | 11000011 | 110100 | 1001011 |
Color Harmonies of #9CCFE0
Complementary color
Monochromatic Colors of #9CCFE0
Black with #9CCFE0
Text Example
Text Example
White with #9CCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCFE0; }
p { color: rgb(156,207,224); }
H1.HeaderClassName
{
color: #9CCFE0;
}
.AnyTagClassName
{
color: #9CCFE0;
}
</style>
background-color css
<style>
a { background-color: #9CCFE0; }
a { background-color: rgb(156,207,224); }
div.DivClassName
{
background-color: #9CCFE0;
}
.BgClassName
{
background-color: #9CCFE0;
}
</style>
border-color css
<style>
span { border-color: #9CCFE0; }
span { border-color: rgb(156,207,224); }
td.TdClassName
{
border-color: #9CCFE0;
}
.TagClassName
{
border-color: #9CCFE0;
}
</style>