Shades of Cornflower #9BCFEA
Tints of Cornflower #9BCFEA
RGB
CMYK
RGB Variations
Color information
#9BCFEA (or 0x9BCFEA) is known color: Cornflower. HEX triplet: 9B, CF and EA. RGB value is (155,207,234). Sum of RGB (Red+Green+Blue) = 155+207+234=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFEA is #643015. Grayscale: #C2C2C2. Windows color (decimal): -6565910 or 15388571. OLE color: 15388571.
HSL color Cylindrical-coordinate representation of color #9BCFEA: hue angle of 200.51º degrees, saturation: 0.65, 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 #9BCFEA is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 207 | 234 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.08 |
| HSL | 200.51º | 0.65% | 0.76% | - |
| HSV(B) | 200.51º | 0.34% | 0.92% | - |
| XYZ | 50.68 | 57.53 | 86.28 | - |
| YUV | 194.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 234 | 0.34 | 0.12 | 0 | 0.08 | 200.51 | 0.65 | 0.76 |
| Hex | 9B | CF | EA | 22 | C | 0 | 8 | C9 | 41 | 4C |
| Octal | 233 | 317 | 352 | 42 | 14 | 0 | 10 | 311 | 101 | 114 |
| Binary | 10011011 | 11001111 | 11101010 | 100010 | 1100 | 0 | 1000 | 11001001 | 1000001 | 1001100 |
Color Harmonies of #9BCFEA
Complementary color
Monochromatic Colors of #9BCFEA
Black with #9BCFEA
Text Example
Text Example
White with #9BCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFEA; }
p { color: rgb(155,207,234); }
H1.HeaderClassName
{
color: #9BCFEA;
}
.AnyTagClassName
{
color: #9BCFEA;
}
</style>
background-color css
<style>
a { background-color: #9BCFEA; }
a { background-color: rgb(155,207,234); }
div.DivClassName
{
background-color: #9BCFEA;
}
.BgClassName
{
background-color: #9BCFEA;
}
</style>
border-color css
<style>
span { border-color: #9BCFEA; }
span { border-color: rgb(155,207,234); }
td.TdClassName
{
border-color: #9BCFEA;
}
.TagClassName
{
border-color: #9BCFEA;
}
</style>