Shades of Cornflower #9CCFEC
Tints of Cornflower #9CCFEC
RGB
CMYK
RGB Variations
Color information
#9CCFEC (or 0x9CCFEC) is known color: Cornflower. HEX triplet: 9C, CF and EC. RGB value is (156,207,236). Sum of RGB (Red+Green+Blue) = 156+207+236=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CCFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCFEC is #633013. Grayscale: #C2C2C2. Windows color (decimal): -6500372 or 15519644. OLE color: 15519644.
HSL color Cylindrical-coordinate representation of color #9CCFEC: hue angle of 201.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CCFEC is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 207 | 236 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.07 |
| HSL | 201.75º | 0.68% | 0.77% | - |
| HSV(B) | 201.75º | 0.34% | 0.93% | - |
| XYZ | 51.16 | 57.75 | 87.81 | - |
| YUV | 195.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 236 | 0.34 | 0.12 | 0 | 0.07 | 201.75 | 0.68 | 0.77 |
| Hex | 9C | CF | EC | 22 | C | 0 | 7 | CA | 44 | 4D |
| Octal | 234 | 317 | 354 | 42 | 14 | 0 | 7 | 312 | 104 | 115 |
| Binary | 10011100 | 11001111 | 11101100 | 100010 | 1100 | 0 | 111 | 11001010 | 1000100 | 1001101 |
Color Harmonies of #9CCFEC
Complementary color
Monochromatic Colors of #9CCFEC
Black with #9CCFEC
Text Example
Text Example
White with #9CCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCFEC; }
p { color: rgb(156,207,236); }
H1.HeaderClassName
{
color: #9CCFEC;
}
.AnyTagClassName
{
color: #9CCFEC;
}
</style>
background-color css
<style>
a { background-color: #9CCFEC; }
a { background-color: rgb(156,207,236); }
div.DivClassName
{
background-color: #9CCFEC;
}
.BgClassName
{
background-color: #9CCFEC;
}
</style>
border-color css
<style>
span { border-color: #9CCFEC; }
span { border-color: rgb(156,207,236); }
td.TdClassName
{
border-color: #9CCFEC;
}
.TagClassName
{
border-color: #9CCFEC;
}
</style>