Shades of Cornflower #9BC7E9
Tints of Cornflower #9BC7E9
RGB
CMYK
RGB Variations
Color information
#9BC7E9 (or 0x9BC7E9) is known color: Cornflower. HEX triplet: 9B, C7 and E9. RGB value is (155,199,233). Sum of RGB (Red+Green+Blue) = 155+199+233=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 233 - color contains mainly: blue. Hex color #9BC7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC7E9 is #643816. Grayscale: #BDBDBD. Windows color (decimal): -6567959 or 15320987. OLE color: 15320987.
HSL color Cylindrical-coordinate representation of color #9BC7E9: hue angle of 206.15º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BC7E9 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 199 | 233 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.09 |
| HSL | 206.15º | 0.64% | 0.76% | - |
| HSV(B) | 206.15º | 0.33% | 0.91% | - |
| XYZ | 48.65 | 53.7 | 84.89 | - |
| YUV | 189.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 233 | 0.33 | 0.15 | 0 | 0.09 | 206.15 | 0.64 | 0.76 |
| Hex | 9B | C7 | E9 | 21 | F | 0 | 9 | CE | 40 | 4C |
| Octal | 233 | 307 | 351 | 41 | 17 | 0 | 11 | 316 | 100 | 114 |
| Binary | 10011011 | 11000111 | 11101001 | 100001 | 1111 | 0 | 1001 | 11001110 | 1000000 | 1001100 |
Color Harmonies of #9BC7E9
Complementary color
Monochromatic Colors of #9BC7E9
Black with #9BC7E9
Text Example
Text Example
White with #9BC7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC7E9; }
p { color: rgb(155,199,233); }
H1.HeaderClassName
{
color: #9BC7E9;
}
.AnyTagClassName
{
color: #9BC7E9;
}
</style>
background-color css
<style>
a { background-color: #9BC7E9; }
a { background-color: rgb(155,199,233); }
div.DivClassName
{
background-color: #9BC7E9;
}
.BgClassName
{
background-color: #9BC7E9;
}
</style>
border-color css
<style>
span { border-color: #9BC7E9; }
span { border-color: rgb(155,199,233); }
td.TdClassName
{
border-color: #9BC7E9;
}
.TagClassName
{
border-color: #9BC7E9;
}
</style>