Shades of Cornflower #9CCFE7
Tints of Cornflower #9CCFE7
RGB
CMYK
RGB Variations
Color information
#9CCFE7 (or 0x9CCFE7) is known color: Cornflower. HEX triplet: 9C, CF and E7. RGB value is (156,207,231). Sum of RGB (Red+Green+Blue) = 156+207+231=594 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.26% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #9CCFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCFE7 is #633018. Grayscale: #C2C2C2. Windows color (decimal): -6500377 or 15191964. OLE color: 15191964.
HSL color Cylindrical-coordinate representation of color #9CCFE7: hue angle of 199.2º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CCFE7 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 207 | 231 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.09 |
| HSL | 199.2º | 0.61% | 0.76% | - |
| HSV(B) | 199.2º | 0.32% | 0.91% | - |
| XYZ | 50.45 | 57.46 | 84.03 | - |
| YUV | 194.49 | 148.6 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 231 | 0.32 | 0.10 | 0 | 0.09 | 199.2 | 0.61 | 0.76 |
| Hex | 9C | CF | E7 | 20 | A | 0 | 9 | C7 | 3D | 4C |
| Octal | 234 | 317 | 347 | 40 | 12 | 0 | 11 | 307 | 75 | 114 |
| Binary | 10011100 | 11001111 | 11100111 | 100000 | 1010 | 0 | 1001 | 11000111 | 111101 | 1001100 |
Color Harmonies of #9CCFE7
Complementary color
Monochromatic Colors of #9CCFE7
Black with #9CCFE7
Text Example
Text Example
White with #9CCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCFE7; }
p { color: rgb(156,207,231); }
H1.HeaderClassName
{
color: #9CCFE7;
}
.AnyTagClassName
{
color: #9CCFE7;
}
</style>
background-color css
<style>
a { background-color: #9CCFE7; }
a { background-color: rgb(156,207,231); }
div.DivClassName
{
background-color: #9CCFE7;
}
.BgClassName
{
background-color: #9CCFE7;
}
</style>
border-color css
<style>
span { border-color: #9CCFE7; }
span { border-color: rgb(156,207,231); }
td.TdClassName
{
border-color: #9CCFE7;
}
.TagClassName
{
border-color: #9CCFE7;
}
</style>