Shades of Cornflower #9BCFEF
Tints of Cornflower #9BCFEF
RGB
CMYK
RGB Variations
Color information
#9BCFEF (or 0x9BCFEF) is known color: Cornflower. HEX triplet: 9B, CF and EF. RGB value is (155,207,239). Sum of RGB (Red+Green+Blue) = 155+207+239=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BCFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFEF is #643010. Grayscale: #C2C2C2. Windows color (decimal): -6565905 or 15716251. OLE color: 15716251.
HSL color Cylindrical-coordinate representation of color #9BCFEF: hue angle of 202.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCFEF is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 207 | 239 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.06 |
| HSL | 202.86º | 0.72% | 0.77% | - |
| HSV(B) | 202.86º | 0.35% | 0.94% | - |
| XYZ | 51.41 | 57.83 | 90.11 | - |
| YUV | 195.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 239 | 0.35 | 0.13 | 0 | 0.06 | 202.86 | 0.72 | 0.77 |
| Hex | 9B | CF | EF | 23 | D | 0 | 6 | CB | 48 | 4D |
| Octal | 233 | 317 | 357 | 43 | 15 | 0 | 6 | 313 | 110 | 115 |
| Binary | 10011011 | 11001111 | 11101111 | 100011 | 1101 | 0 | 110 | 11001011 | 1001000 | 1001101 |
Color Harmonies of #9BCFEF
Complementary color
Monochromatic Colors of #9BCFEF
Black with #9BCFEF
Text Example
Text Example
White with #9BCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFEF; }
p { color: rgb(155,207,239); }
H1.HeaderClassName
{
color: #9BCFEF;
}
.AnyTagClassName
{
color: #9BCFEF;
}
</style>
background-color css
<style>
a { background-color: #9BCFEF; }
a { background-color: rgb(155,207,239); }
div.DivClassName
{
background-color: #9BCFEF;
}
.BgClassName
{
background-color: #9BCFEF;
}
</style>
border-color css
<style>
span { border-color: #9BCFEF; }
span { border-color: rgb(155,207,239); }
td.TdClassName
{
border-color: #9BCFEF;
}
.TagClassName
{
border-color: #9BCFEF;
}
</style>