Shades of Cornflower #9CCBE6
Tints of Cornflower #9CCBE6
RGB
CMYK
RGB Variations
Color information
#9CCBE6 (or 0x9CCBE6) is known color: Cornflower. HEX triplet: 9C, CB and E6. RGB value is (156,203,230). Sum of RGB (Red+Green+Blue) = 156+203+230=589 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.49% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #9CCBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCBE6 is #633419. Grayscale: #BFBFBF. Windows color (decimal): -6501402 or 15125404. OLE color: 15125404.
HSL color Cylindrical-coordinate representation of color #9CCBE6: hue angle of 201.89º 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 #9CCBE6 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 203 | 230 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.10 |
| HSL | 201.89º | 0.6% | 0.76% | - |
| HSV(B) | 201.89º | 0.32% | 0.9% | - |
| XYZ | 49.35 | 55.49 | 82.97 | - |
| YUV | 192.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 230 | 0.32 | 0.12 | 0 | 0.10 | 201.89 | 0.6 | 0.76 |
| Hex | 9C | CB | E6 | 20 | C | 0 | A | CA | 3C | 4C |
| Octal | 234 | 313 | 346 | 40 | 14 | 0 | 12 | 312 | 74 | 114 |
| Binary | 10011100 | 11001011 | 11100110 | 100000 | 1100 | 0 | 1010 | 11001010 | 111100 | 1001100 |
Color Harmonies of #9CCBE6
Complementary color
Monochromatic Colors of #9CCBE6
Black with #9CCBE6
Text Example
Text Example
White with #9CCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBE6; }
p { color: rgb(156,203,230); }
H1.HeaderClassName
{
color: #9CCBE6;
}
.AnyTagClassName
{
color: #9CCBE6;
}
</style>
background-color css
<style>
a { background-color: #9CCBE6; }
a { background-color: rgb(156,203,230); }
div.DivClassName
{
background-color: #9CCBE6;
}
.BgClassName
{
background-color: #9CCBE6;
}
</style>
border-color css
<style>
span { border-color: #9CCBE6; }
span { border-color: rgb(156,203,230); }
td.TdClassName
{
border-color: #9CCBE6;
}
.TagClassName
{
border-color: #9CCBE6;
}
</style>