Shades of Cornflower #9CCCE6
Tints of Cornflower #9CCCE6
RGB
CMYK
RGB Variations
Color information
#9CCCE6 (or 0x9CCCE6) is known color: Cornflower. HEX triplet: 9C, CC and E6. RGB value is (156,204,230). Sum of RGB (Red+Green+Blue) = 156+204+230=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #9CCCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCCE6 is #633319. Grayscale: #C0C0C0. Windows color (decimal): -6501146 or 15125660. OLE color: 15125660.
HSL color Cylindrical-coordinate representation of color #9CCCE6: hue angle of 201.08º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CCCE6 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 204 | 230 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.10 |
| HSL | 201.08º | 0.6% | 0.76% | - |
| HSV(B) | 201.08º | 0.32% | 0.9% | - |
| XYZ | 49.59 | 55.97 | 83.05 | - |
| YUV | 192.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 230 | 0.32 | 0.11 | 0 | 0.10 | 201.08 | 0.6 | 0.76 |
| Hex | 9C | CC | E6 | 20 | B | 0 | A | C9 | 3C | 4C |
| Octal | 234 | 314 | 346 | 40 | 13 | 0 | 12 | 311 | 74 | 114 |
| Binary | 10011100 | 11001100 | 11100110 | 100000 | 1011 | 0 | 1010 | 11001001 | 111100 | 1001100 |
Color Harmonies of #9CCCE6
Complementary color
Monochromatic Colors of #9CCCE6
Black with #9CCCE6
Text Example
Text Example
White with #9CCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCE6; }
p { color: rgb(156,204,230); }
H1.HeaderClassName
{
color: #9CCCE6;
}
.AnyTagClassName
{
color: #9CCCE6;
}
</style>
background-color css
<style>
a { background-color: #9CCCE6; }
a { background-color: rgb(156,204,230); }
div.DivClassName
{
background-color: #9CCCE6;
}
.BgClassName
{
background-color: #9CCCE6;
}
</style>
border-color css
<style>
span { border-color: #9CCCE6; }
span { border-color: rgb(156,204,230); }
td.TdClassName
{
border-color: #9CCCE6;
}
.TagClassName
{
border-color: #9CCCE6;
}
</style>