Shades of Cornflower #9BBFDE
Tints of Cornflower #9BBFDE
RGB
CMYK
RGB Variations
Color information
#9BBFDE (or 0x9BBFDE) is known color: Cornflower. HEX triplet: 9B, BF and DE. RGB value is (155,191,222). Sum of RGB (Red+Green+Blue) = 155+191+222=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BBFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFDE is #644021. Grayscale: #B7B7B7. Windows color (decimal): -6570018 or 14598043. OLE color: 14598043.
HSL color Cylindrical-coordinate representation of color #9BBFDE: hue angle of 207.76º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBFDE is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 191 | 222 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.13 |
| HSL | 207.76º | 0.5% | 0.74% | - |
| HSV(B) | 207.76º | 0.3% | 0.87% | - |
| XYZ | 45.33 | 49.5 | 76.27 | - |
| YUV | 183.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 222 | 0.30 | 0.14 | 0 | 0.13 | 207.76 | 0.5 | 0.74 |
| Hex | 9B | BF | DE | 1E | E | 0 | D | D0 | 32 | 4A |
| Octal | 233 | 277 | 336 | 36 | 16 | 0 | 15 | 320 | 62 | 112 |
| Binary | 10011011 | 10111111 | 11011110 | 11110 | 1110 | 0 | 1101 | 11010000 | 110010 | 1001010 |
Color Harmonies of #9BBFDE
Complementary color
Monochromatic Colors of #9BBFDE
Black with #9BBFDE
Text Example
Text Example
White with #9BBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFDE; }
p { color: rgb(155,191,222); }
H1.HeaderClassName
{
color: #9BBFDE;
}
.AnyTagClassName
{
color: #9BBFDE;
}
</style>
background-color css
<style>
a { background-color: #9BBFDE; }
a { background-color: rgb(155,191,222); }
div.DivClassName
{
background-color: #9BBFDE;
}
.BgClassName
{
background-color: #9BBFDE;
}
</style>
border-color css
<style>
span { border-color: #9BBFDE; }
span { border-color: rgb(155,191,222); }
td.TdClassName
{
border-color: #9BBFDE;
}
.TagClassName
{
border-color: #9BBFDE;
}
</style>