Shades of Cornflower #9BCFEC
Tints of Cornflower #9BCFEC
RGB
CMYK
RGB Variations
Color information
#9BCFEC (or 0x9BCFEC) is known color: Cornflower. HEX triplet: 9B, CF and EC. RGB value is (155,207,236). Sum of RGB (Red+Green+Blue) = 155+207+236=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BCFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFEC is #643013. Grayscale: #C2C2C2. Windows color (decimal): -6565908 or 15519643. OLE color: 15519643.
HSL color Cylindrical-coordinate representation of color #9BCFEC: hue angle of 201.48º 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 #9BCFEC is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 207 | 236 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.07 |
| HSL | 201.48º | 0.68% | 0.77% | - |
| HSV(B) | 201.48º | 0.34% | 0.93% | - |
| XYZ | 50.97 | 57.65 | 87.8 | - |
| YUV | 194.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 236 | 0.34 | 0.12 | 0 | 0.07 | 201.48 | 0.68 | 0.77 |
| Hex | 9B | CF | EC | 22 | C | 0 | 7 | C9 | 44 | 4D |
| Octal | 233 | 317 | 354 | 42 | 14 | 0 | 7 | 311 | 104 | 115 |
| Binary | 10011011 | 11001111 | 11101100 | 100010 | 1100 | 0 | 111 | 11001001 | 1000100 | 1001101 |
Color Harmonies of #9BCFEC
Complementary color
Monochromatic Colors of #9BCFEC
Black with #9BCFEC
Text Example
Text Example
White with #9BCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFEC; }
p { color: rgb(155,207,236); }
H1.HeaderClassName
{
color: #9BCFEC;
}
.AnyTagClassName
{
color: #9BCFEC;
}
</style>
background-color css
<style>
a { background-color: #9BCFEC; }
a { background-color: rgb(155,207,236); }
div.DivClassName
{
background-color: #9BCFEC;
}
.BgClassName
{
background-color: #9BCFEC;
}
</style>
border-color css
<style>
span { border-color: #9BCFEC; }
span { border-color: rgb(155,207,236); }
td.TdClassName
{
border-color: #9BCFEC;
}
.TagClassName
{
border-color: #9BCFEC;
}
</style>