Shades of Cornflower #9BD0EC
Tints of Cornflower #9BD0EC
RGB
CMYK
RGB Variations
Color information
#9BD0EC (or 0x9BD0EC) is known color: Cornflower. HEX triplet: 9B, D0 and EC. RGB value is (155,208,236). Sum of RGB (Red+Green+Blue) = 155+208+236=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BD0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD0EC is #642F13. Grayscale: #C3C3C3. Windows color (decimal): -6565652 or 15519899. OLE color: 15519899.
HSL color Cylindrical-coordinate representation of color #9BD0EC: hue angle of 200.74º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BD0EC is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 208 | 236 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.07 |
| HSL | 200.74º | 0.68% | 0.77% | - |
| HSV(B) | 200.74º | 0.34% | 0.93% | - |
| XYZ | 51.21 | 58.14 | 87.88 | - |
| YUV | 195.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 236 | 0.34 | 0.12 | 0 | 0.07 | 200.74 | 0.68 | 0.77 |
| Hex | 9B | D0 | EC | 22 | C | 0 | 7 | C9 | 44 | 4D |
| Octal | 233 | 320 | 354 | 42 | 14 | 0 | 7 | 311 | 104 | 115 |
| Binary | 10011011 | 11010000 | 11101100 | 100010 | 1100 | 0 | 111 | 11001001 | 1000100 | 1001101 |
Color Harmonies of #9BD0EC
Complementary color
Monochromatic Colors of #9BD0EC
Black with #9BD0EC
Text Example
Text Example
White with #9BD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD0EC; }
p { color: rgb(155,208,236); }
H1.HeaderClassName
{
color: #9BD0EC;
}
.AnyTagClassName
{
color: #9BD0EC;
}
</style>
background-color css
<style>
a { background-color: #9BD0EC; }
a { background-color: rgb(155,208,236); }
div.DivClassName
{
background-color: #9BD0EC;
}
.BgClassName
{
background-color: #9BD0EC;
}
</style>
border-color css
<style>
span { border-color: #9BD0EC; }
span { border-color: rgb(155,208,236); }
td.TdClassName
{
border-color: #9BD0EC;
}
.TagClassName
{
border-color: #9BD0EC;
}
</style>