Shades of Cornflower #9BCFE8
Tints of Cornflower #9BCFE8
RGB
CMYK
RGB Variations
Color information
#9BCFE8 (or 0x9BCFE8) is known color: Cornflower. HEX triplet: 9B, CF and E8. RGB value is (155,207,232). Sum of RGB (Red+Green+Blue) = 155+207+232=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #9BCFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFE8 is #643017. Grayscale: #C2C2C2. Windows color (decimal): -6565912 or 15257499. OLE color: 15257499.
HSL color Cylindrical-coordinate representation of color #9BCFE8: hue angle of 199.48º degrees, saturation: 0.63, 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 #9BCFE8 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 207 | 232 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.09 |
| HSL | 199.48º | 0.63% | 0.76% | - |
| HSV(B) | 199.48º | 0.33% | 0.91% | - |
| XYZ | 50.4 | 57.42 | 84.77 | - |
| YUV | 194.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 232 | 0.33 | 0.11 | 0 | 0.09 | 199.48 | 0.63 | 0.76 |
| Hex | 9B | CF | E8 | 21 | B | 0 | 9 | C7 | 3F | 4C |
| Octal | 233 | 317 | 350 | 41 | 13 | 0 | 11 | 307 | 77 | 114 |
| Binary | 10011011 | 11001111 | 11101000 | 100001 | 1011 | 0 | 1001 | 11000111 | 111111 | 1001100 |
Color Harmonies of #9BCFE8
Complementary color
Monochromatic Colors of #9BCFE8
Black with #9BCFE8
Text Example
Text Example
White with #9BCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFE8; }
p { color: rgb(155,207,232); }
H1.HeaderClassName
{
color: #9BCFE8;
}
.AnyTagClassName
{
color: #9BCFE8;
}
</style>
background-color css
<style>
a { background-color: #9BCFE8; }
a { background-color: rgb(155,207,232); }
div.DivClassName
{
background-color: #9BCFE8;
}
.BgClassName
{
background-color: #9BCFE8;
}
</style>
border-color css
<style>
span { border-color: #9BCFE8; }
span { border-color: rgb(155,207,232); }
td.TdClassName
{
border-color: #9BCFE8;
}
.TagClassName
{
border-color: #9BCFE8;
}
</style>