Shades of Cornflower #9BCDEC
Tints of Cornflower #9BCDEC
RGB
CMYK
RGB Variations
Color information
#9BCDEC (or 0x9BCDEC) is known color: Cornflower. HEX triplet: 9B, CD and EC. RGB value is (155,205,236). Sum of RGB (Red+Green+Blue) = 155+205+236=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BCDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDEC is #643213. Grayscale: #C1C1C1. Windows color (decimal): -6566420 or 15519131. OLE color: 15519131.
HSL color Cylindrical-coordinate representation of color #9BCDEC: hue angle of 202.96º 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 #9BCDEC is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 205 | 236 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.07 |
| HSL | 202.96º | 0.68% | 0.77% | - |
| HSV(B) | 202.96º | 0.34% | 0.93% | - |
| XYZ | 50.49 | 56.69 | 87.64 | - |
| YUV | 193.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 236 | 0.34 | 0.13 | 0 | 0.07 | 202.96 | 0.68 | 0.77 |
| Hex | 9B | CD | EC | 22 | D | 0 | 7 | CB | 44 | 4D |
| Octal | 233 | 315 | 354 | 42 | 15 | 0 | 7 | 313 | 104 | 115 |
| Binary | 10011011 | 11001101 | 11101100 | 100010 | 1101 | 0 | 111 | 11001011 | 1000100 | 1001101 |
Color Harmonies of #9BCDEC
Complementary color
Monochromatic Colors of #9BCDEC
Black with #9BCDEC
Text Example
Text Example
White with #9BCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDEC; }
p { color: rgb(155,205,236); }
H1.HeaderClassName
{
color: #9BCDEC;
}
.AnyTagClassName
{
color: #9BCDEC;
}
</style>
background-color css
<style>
a { background-color: #9BCDEC; }
a { background-color: rgb(155,205,236); }
div.DivClassName
{
background-color: #9BCDEC;
}
.BgClassName
{
background-color: #9BCDEC;
}
</style>
border-color css
<style>
span { border-color: #9BCDEC; }
span { border-color: rgb(155,205,236); }
td.TdClassName
{
border-color: #9BCDEC;
}
.TagClassName
{
border-color: #9BCDEC;
}
</style>