Shades of Cornflower #9CCFEB
Tints of Cornflower #9CCFEB
RGB
CMYK
RGB Variations
Color information
#9CCFEB (or 0x9CCFEB) is known color: Cornflower. HEX triplet: 9C, CF and EB. RGB value is (156,207,235). Sum of RGB (Red+Green+Blue) = 156+207+235=598 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.09% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CCFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCFEB is #633014. Grayscale: #C2C2C2. Windows color (decimal): -6500373 or 15454108. OLE color: 15454108.
HSL color Cylindrical-coordinate representation of color #9CCFEB: hue angle of 201.27º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CCFEB is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 207 | 235 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.08 |
| HSL | 201.27º | 0.66% | 0.77% | - |
| HSV(B) | 201.27º | 0.34% | 0.92% | - |
| XYZ | 51.02 | 57.69 | 87.04 | - |
| YUV | 194.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 235 | 0.34 | 0.12 | 0 | 0.08 | 201.27 | 0.66 | 0.77 |
| Hex | 9C | CF | EB | 22 | C | 0 | 8 | C9 | 42 | 4D |
| Octal | 234 | 317 | 353 | 42 | 14 | 0 | 10 | 311 | 102 | 115 |
| Binary | 10011100 | 11001111 | 11101011 | 100010 | 1100 | 0 | 1000 | 11001001 | 1000010 | 1001101 |
Color Harmonies of #9CCFEB
Complementary color
Monochromatic Colors of #9CCFEB
Black with #9CCFEB
Text Example
Text Example
White with #9CCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCFEB; }
p { color: rgb(156,207,235); }
H1.HeaderClassName
{
color: #9CCFEB;
}
.AnyTagClassName
{
color: #9CCFEB;
}
</style>
background-color css
<style>
a { background-color: #9CCFEB; }
a { background-color: rgb(156,207,235); }
div.DivClassName
{
background-color: #9CCFEB;
}
.BgClassName
{
background-color: #9CCFEB;
}
</style>
border-color css
<style>
span { border-color: #9CCFEB; }
span { border-color: rgb(156,207,235); }
td.TdClassName
{
border-color: #9CCFEB;
}
.TagClassName
{
border-color: #9CCFEB;
}
</style>