Shades of Cornflower #9BBED9
Tints of Cornflower #9BBED9
RGB
CMYK
RGB Variations
Color information
#9BBED9 (or 0x9BBED9) is known color: Cornflower. HEX triplet: 9B, BE and D9. RGB value is (155,190,217). Sum of RGB (Red+Green+Blue) = 155+190+217=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #9BBED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBED9 is #644126. Grayscale: #B6B6B6. Windows color (decimal): -6570279 or 14270107. OLE color: 14270107.
HSL color Cylindrical-coordinate representation of color #9BBED9: hue angle of 206.13º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BBED9 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 190 | 217 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.15 |
| HSL | 206.13º | 0.45% | 0.73% | - |
| HSV(B) | 206.13º | 0.29% | 0.85% | - |
| XYZ | 44.46 | 48.81 | 72.72 | - |
| YUV | 182.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 217 | 0.29 | 0.12 | 0 | 0.15 | 206.13 | 0.45 | 0.73 |
| Hex | 9B | BE | D9 | 1D | C | 0 | F | CE | 2D | 49 |
| Octal | 233 | 276 | 331 | 35 | 14 | 0 | 17 | 316 | 55 | 111 |
| Binary | 10011011 | 10111110 | 11011001 | 11101 | 1100 | 0 | 1111 | 11001110 | 101101 | 1001001 |
Color Harmonies of #9BBED9
Complementary color
Monochromatic Colors of #9BBED9
Black with #9BBED9
Text Example
Text Example
White with #9BBED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBED9; }
p { color: rgb(155,190,217); }
H1.HeaderClassName
{
color: #9BBED9;
}
.AnyTagClassName
{
color: #9BBED9;
}
</style>
background-color css
<style>
a { background-color: #9BBED9; }
a { background-color: rgb(155,190,217); }
div.DivClassName
{
background-color: #9BBED9;
}
.BgClassName
{
background-color: #9BBED9;
}
</style>
border-color css
<style>
span { border-color: #9BBED9; }
span { border-color: rgb(155,190,217); }
td.TdClassName
{
border-color: #9BBED9;
}
.TagClassName
{
border-color: #9BBED9;
}
</style>