Shades of Cornflower #9BCFEE
Tints of Cornflower #9BCFEE
RGB
CMYK
RGB Variations
Color information
#9BCFEE (or 0x9BCFEE) is known color: Cornflower. HEX triplet: 9B, CF and EE. RGB value is (155,207,238). Sum of RGB (Red+Green+Blue) = 155+207+238=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BCFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFEE is #643011. Grayscale: #C2C2C2. Windows color (decimal): -6565906 or 15650715. OLE color: 15650715.
HSL color Cylindrical-coordinate representation of color #9BCFEE: hue angle of 202.41º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCFEE is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 207 | 238 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.07 |
| HSL | 202.41º | 0.71% | 0.77% | - |
| HSV(B) | 202.41º | 0.35% | 0.93% | - |
| XYZ | 51.26 | 57.77 | 89.34 | - |
| YUV | 194.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 238 | 0.35 | 0.13 | 0 | 0.07 | 202.41 | 0.71 | 0.77 |
| Hex | 9B | CF | EE | 23 | D | 0 | 7 | CA | 47 | 4D |
| Octal | 233 | 317 | 356 | 43 | 15 | 0 | 7 | 312 | 107 | 115 |
| Binary | 10011011 | 11001111 | 11101110 | 100011 | 1101 | 0 | 111 | 11001010 | 1000111 | 1001101 |
Color Harmonies of #9BCFEE
Complementary color
Monochromatic Colors of #9BCFEE
Black with #9BCFEE
Text Example
Text Example
White with #9BCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFEE; }
p { color: rgb(155,207,238); }
H1.HeaderClassName
{
color: #9BCFEE;
}
.AnyTagClassName
{
color: #9BCFEE;
}
</style>
background-color css
<style>
a { background-color: #9BCFEE; }
a { background-color: rgb(155,207,238); }
div.DivClassName
{
background-color: #9BCFEE;
}
.BgClassName
{
background-color: #9BCFEE;
}
</style>
border-color css
<style>
span { border-color: #9BCFEE; }
span { border-color: rgb(155,207,238); }
td.TdClassName
{
border-color: #9BCFEE;
}
.TagClassName
{
border-color: #9BCFEE;
}
</style>