Shades of Cornflower #9BCBEC
Tints of Cornflower #9BCBEC
RGB
CMYK
RGB Variations
Color information
#9BCBEC (or 0x9BCBEC) is known color: Cornflower. HEX triplet: 9B, CB and EC. RGB value is (155,203,236). Sum of RGB (Red+Green+Blue) = 155+203+236=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BCBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCBEC is #643413. Grayscale: #C0C0C0. Windows color (decimal): -6566932 or 15518619. OLE color: 15518619.
HSL color Cylindrical-coordinate representation of color #9BCBEC: hue angle of 204.44º 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 #9BCBEC is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 203 | 236 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.07 |
| HSL | 204.44º | 0.68% | 0.77% | - |
| HSV(B) | 204.44º | 0.34% | 0.93% | - |
| XYZ | 50.01 | 55.74 | 87.48 | - |
| YUV | 192.41 | 152.6 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 236 | 0.34 | 0.14 | 0 | 0.07 | 204.44 | 0.68 | 0.77 |
| Hex | 9B | CB | EC | 22 | E | 0 | 7 | CC | 44 | 4D |
| Octal | 233 | 313 | 354 | 42 | 16 | 0 | 7 | 314 | 104 | 115 |
| Binary | 10011011 | 11001011 | 11101100 | 100010 | 1110 | 0 | 111 | 11001100 | 1000100 | 1001101 |
Color Harmonies of #9BCBEC
Complementary color
Monochromatic Colors of #9BCBEC
Black with #9BCBEC
Text Example
Text Example
White with #9BCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBEC; }
p { color: rgb(155,203,236); }
H1.HeaderClassName
{
color: #9BCBEC;
}
.AnyTagClassName
{
color: #9BCBEC;
}
</style>
background-color css
<style>
a { background-color: #9BCBEC; }
a { background-color: rgb(155,203,236); }
div.DivClassName
{
background-color: #9BCBEC;
}
.BgClassName
{
background-color: #9BCBEC;
}
</style>
border-color css
<style>
span { border-color: #9BCBEC; }
span { border-color: rgb(155,203,236); }
td.TdClassName
{
border-color: #9BCBEC;
}
.TagClassName
{
border-color: #9BCBEC;
}
</style>