Shades of Cornflower #97BFF1
Tints of Cornflower #97BFF1
RGB
CMYK
RGB Variations
Color information
#97BFF1 (or 0x97BFF1) is known color: Cornflower. HEX triplet: 97, BF and F1. RGB value is (151,191,241). Sum of RGB (Red+Green+Blue) = 151+191+241=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #97BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BFF1 is #68400E. Grayscale: #B8B8B8. Windows color (decimal): -6832143 or 15843223. OLE color: 15843223.
HSL color Cylindrical-coordinate representation of color #97BFF1: hue angle of 213.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97BFF1 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 191 | 241 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.05 |
| HSL | 213.33º | 0.76% | 0.77% | - |
| HSV(B) | 213.33º | 0.37% | 0.95% | - |
| XYZ | 47.27 | 50.19 | 90.42 | - |
| YUV | 184.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 191 | 241 | 0.37 | 0.21 | 0 | 0.05 | 213.33 | 0.76 | 0.77 |
| Hex | 97 | BF | F1 | 25 | 15 | 0 | 5 | D5 | 4C | 4D |
| Octal | 227 | 277 | 361 | 45 | 25 | 0 | 5 | 325 | 114 | 115 |
| Binary | 10010111 | 10111111 | 11110001 | 100101 | 10101 | 0 | 101 | 11010101 | 1001100 | 1001101 |
Color Harmonies of #97BFF1
Complementary color
Monochromatic Colors of #97BFF1
Black with #97BFF1
Text Example
Text Example
White with #97BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BFF1; }
p { color: rgb(151,191,241); }
H1.HeaderClassName
{
color: #97BFF1;
}
.AnyTagClassName
{
color: #97BFF1;
}
</style>
background-color css
<style>
a { background-color: #97BFF1; }
a { background-color: rgb(151,191,241); }
div.DivClassName
{
background-color: #97BFF1;
}
.BgClassName
{
background-color: #97BFF1;
}
</style>
border-color css
<style>
span { border-color: #97BFF1; }
span { border-color: rgb(151,191,241); }
td.TdClassName
{
border-color: #97BFF1;
}
.TagClassName
{
border-color: #97BFF1;
}
</style>