Shades of Cornflower #9CCBE5
Tints of Cornflower #9CCBE5
RGB
CMYK
RGB Variations
Color information
#9CCBE5 (or 0x9CCBE5) is known color: Cornflower. HEX triplet: 9C, CB and E5. RGB value is (156,203,229). Sum of RGB (Red+Green+Blue) = 156+203+229=588 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.53% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #9CCBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBE5 is #63341A. Grayscale: #BFBFBF. Windows color (decimal): -6501403 or 15059868. OLE color: 15059868.
HSL color Cylindrical-coordinate representation of color #9CCBE5: hue angle of 201.37º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CCBE5 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 203 | 229 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.10 |
| HSL | 201.37º | 0.58% | 0.75% | - |
| HSV(B) | 201.37º | 0.32% | 0.9% | - |
| XYZ | 49.21 | 55.44 | 82.24 | - |
| YUV | 191.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 229 | 0.32 | 0.11 | 0 | 0.10 | 201.37 | 0.58 | 0.75 |
| Hex | 9C | CB | E5 | 20 | B | 0 | A | C9 | 3A | 4B |
| Octal | 234 | 313 | 345 | 40 | 13 | 0 | 12 | 311 | 72 | 113 |
| Binary | 10011100 | 11001011 | 11100101 | 100000 | 1011 | 0 | 1010 | 11001001 | 111010 | 1001011 |
Color Harmonies of #9CCBE5
Complementary color
Monochromatic Colors of #9CCBE5
Black with #9CCBE5
Text Example
Text Example
White with #9CCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBE5; }
p { color: rgb(156,203,229); }
H1.HeaderClassName
{
color: #9CCBE5;
}
.AnyTagClassName
{
color: #9CCBE5;
}
</style>
background-color css
<style>
a { background-color: #9CCBE5; }
a { background-color: rgb(156,203,229); }
div.DivClassName
{
background-color: #9CCBE5;
}
.BgClassName
{
background-color: #9CCBE5;
}
</style>
border-color css
<style>
span { border-color: #9CCBE5; }
span { border-color: rgb(156,203,229); }
td.TdClassName
{
border-color: #9CCBE5;
}
.TagClassName
{
border-color: #9CCBE5;
}
</style>