Shades of Cornflower #9BBFDC
Tints of Cornflower #9BBFDC
RGB
CMYK
RGB Variations
Color information
#9BBFDC (or 0x9BBFDC) is known color: Cornflower. HEX triplet: 9B, BF and DC. RGB value is (155,191,220). Sum of RGB (Red+Green+Blue) = 155+191+220=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFDC is #644023. Grayscale: #B7B7B7. Windows color (decimal): -6570020 or 14466971. OLE color: 14466971.
HSL color Cylindrical-coordinate representation of color #9BBFDC: hue angle of 206.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBFDC is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 191 | 220 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.14 |
| HSL | 206.77º | 0.48% | 0.74% | - |
| HSV(B) | 206.77º | 0.3% | 0.86% | - |
| XYZ | 45.07 | 49.4 | 74.87 | - |
| YUV | 183.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 220 | 0.30 | 0.13 | 0 | 0.14 | 206.77 | 0.48 | 0.74 |
| Hex | 9B | BF | DC | 1E | D | 0 | E | CF | 30 | 4A |
| Octal | 233 | 277 | 334 | 36 | 15 | 0 | 16 | 317 | 60 | 112 |
| Binary | 10011011 | 10111111 | 11011100 | 11110 | 1101 | 0 | 1110 | 11001111 | 110000 | 1001010 |
Color Harmonies of #9BBFDC
Complementary color
Monochromatic Colors of #9BBFDC
Black with #9BBFDC
Text Example
Text Example
White with #9BBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFDC; }
p { color: rgb(155,191,220); }
H1.HeaderClassName
{
color: #9BBFDC;
}
.AnyTagClassName
{
color: #9BBFDC;
}
</style>
background-color css
<style>
a { background-color: #9BBFDC; }
a { background-color: rgb(155,191,220); }
div.DivClassName
{
background-color: #9BBFDC;
}
.BgClassName
{
background-color: #9BBFDC;
}
</style>
border-color css
<style>
span { border-color: #9BBFDC; }
span { border-color: rgb(155,191,220); }
td.TdClassName
{
border-color: #9BBFDC;
}
.TagClassName
{
border-color: #9BBFDC;
}
</style>