Shades of Cornflower #9BBEDA
Tints of Cornflower #9BBEDA
RGB
CMYK
RGB Variations
Color information
#9BBEDA (or 0x9BBEDA) is known color: Cornflower. HEX triplet: 9B, BE and DA. RGB value is (155,190,218). Sum of RGB (Red+Green+Blue) = 155+190+218=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEDA is #644125. Grayscale: #B6B6B6. Windows color (decimal): -6570278 or 14335643. OLE color: 14335643.
HSL color Cylindrical-coordinate representation of color #9BBEDA: hue angle of 206.67º degrees, saturation: 0.46, 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 #9BBEDA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 190 | 218 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.15 |
| HSL | 206.67º | 0.46% | 0.73% | - |
| HSV(B) | 206.67º | 0.29% | 0.85% | - |
| XYZ | 44.59 | 48.86 | 73.41 | - |
| YUV | 182.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 218 | 0.29 | 0.13 | 0 | 0.15 | 206.67 | 0.46 | 0.73 |
| Hex | 9B | BE | DA | 1D | D | 0 | F | CF | 2E | 49 |
| Octal | 233 | 276 | 332 | 35 | 15 | 0 | 17 | 317 | 56 | 111 |
| Binary | 10011011 | 10111110 | 11011010 | 11101 | 1101 | 0 | 1111 | 11001111 | 101110 | 1001001 |
Color Harmonies of #9BBEDA
Complementary color
Monochromatic Colors of #9BBEDA
Black with #9BBEDA
Text Example
Text Example
White with #9BBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBEDA; }
p { color: rgb(155,190,218); }
H1.HeaderClassName
{
color: #9BBEDA;
}
.AnyTagClassName
{
color: #9BBEDA;
}
</style>
background-color css
<style>
a { background-color: #9BBEDA; }
a { background-color: rgb(155,190,218); }
div.DivClassName
{
background-color: #9BBEDA;
}
.BgClassName
{
background-color: #9BBEDA;
}
</style>
border-color css
<style>
span { border-color: #9BBEDA; }
span { border-color: rgb(155,190,218); }
td.TdClassName
{
border-color: #9BBEDA;
}
.TagClassName
{
border-color: #9BBEDA;
}
</style>