Shades of Cornflower #9BCFED
Tints of Cornflower #9BCFED
RGB
CMYK
RGB Variations
Color information
#9BCFED (or 0x9BCFED) is known color: Cornflower. HEX triplet: 9B, CF and ED. RGB value is (155,207,237). Sum of RGB (Red+Green+Blue) = 155+207+237=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BCFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFED is #643012. Grayscale: #C2C2C2. Windows color (decimal): -6565907 or 15585179. OLE color: 15585179.
HSL color Cylindrical-coordinate representation of color #9BCFED: hue angle of 201.95º degrees, saturation: 0.69, 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 #9BCFED is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 207 | 237 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.07 |
| HSL | 201.95º | 0.69% | 0.77% | - |
| HSV(B) | 201.95º | 0.35% | 0.93% | - |
| XYZ | 51.12 | 57.71 | 88.57 | - |
| YUV | 194.87 | 151.77 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 237 | 0.35 | 0.13 | 0 | 0.07 | 201.95 | 0.69 | 0.77 |
| Hex | 9B | CF | ED | 23 | D | 0 | 7 | CA | 45 | 4D |
| Octal | 233 | 317 | 355 | 43 | 15 | 0 | 7 | 312 | 105 | 115 |
| Binary | 10011011 | 11001111 | 11101101 | 100011 | 1101 | 0 | 111 | 11001010 | 1000101 | 1001101 |
Color Harmonies of #9BCFED
Complementary color
Monochromatic Colors of #9BCFED
Black with #9BCFED
Text Example
Text Example
White with #9BCFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFED; }
p { color: rgb(155,207,237); }
H1.HeaderClassName
{
color: #9BCFED;
}
.AnyTagClassName
{
color: #9BCFED;
}
</style>
background-color css
<style>
a { background-color: #9BCFED; }
a { background-color: rgb(155,207,237); }
div.DivClassName
{
background-color: #9BCFED;
}
.BgClassName
{
background-color: #9BCFED;
}
</style>
border-color css
<style>
span { border-color: #9BCFED; }
span { border-color: rgb(155,207,237); }
td.TdClassName
{
border-color: #9BCFED;
}
.TagClassName
{
border-color: #9BCFED;
}
</style>