Shades of Cornflower #9BCCEB
Tints of Cornflower #9BCCEB
RGB
CMYK
RGB Variations
Color information
#9BCCEB (or 0x9BCCEB) is known color: Cornflower. HEX triplet: 9B, CC and EB. RGB value is (155,204,235). Sum of RGB (Red+Green+Blue) = 155+204+235=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCEB is #643314. Grayscale: #C0C0C0. Windows color (decimal): -6566677 or 15453339. OLE color: 15453339.
HSL color Cylindrical-coordinate representation of color #9BCCEB: hue angle of 203.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BCCEB is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 204 | 235 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.08 |
| HSL | 203.25º | 0.67% | 0.76% | - |
| HSV(B) | 203.25º | 0.34% | 0.92% | - |
| XYZ | 50.11 | 56.15 | 86.79 | - |
| YUV | 192.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 235 | 0.34 | 0.13 | 0 | 0.08 | 203.25 | 0.67 | 0.76 |
| Hex | 9B | CC | EB | 22 | D | 0 | 8 | CB | 43 | 4C |
| Octal | 233 | 314 | 353 | 42 | 15 | 0 | 10 | 313 | 103 | 114 |
| Binary | 10011011 | 11001100 | 11101011 | 100010 | 1101 | 0 | 1000 | 11001011 | 1000011 | 1001100 |
Color Harmonies of #9BCCEB
Complementary color
Monochromatic Colors of #9BCCEB
Black with #9BCCEB
Text Example
Text Example
White with #9BCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCEB; }
p { color: rgb(155,204,235); }
H1.HeaderClassName
{
color: #9BCCEB;
}
.AnyTagClassName
{
color: #9BCCEB;
}
</style>
background-color css
<style>
a { background-color: #9BCCEB; }
a { background-color: rgb(155,204,235); }
div.DivClassName
{
background-color: #9BCCEB;
}
.BgClassName
{
background-color: #9BCCEB;
}
</style>
border-color css
<style>
span { border-color: #9BCCEB; }
span { border-color: rgb(155,204,235); }
td.TdClassName
{
border-color: #9BCCEB;
}
.TagClassName
{
border-color: #9BCCEB;
}
</style>