Shades of Cornflower #97C7F5
Tints of Cornflower #97C7F5
RGB
CMYK
RGB Variations
Color information
#97C7F5 (or 0x97C7F5) is known color: Cornflower. HEX triplet: 97, C7 and F5. RGB value is (151,199,245). Sum of RGB (Red+Green+Blue) = 151+199+245=595 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.38% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 245 - color contains mainly: blue. Hex color #97C7F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C7F5 is #68380A. Grayscale: #BDBDBD. Windows color (decimal): -6830091 or 16107415. OLE color: 16107415.
HSL color Cylindrical-coordinate representation of color #97C7F5: hue angle of 209.36º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97C7F5 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 199 | 245 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.04 |
| HSL | 209.36º | 0.82% | 0.78% | - |
| HSV(B) | 209.36º | 0.38% | 0.96% | - |
| XYZ | 49.67 | 54.02 | 94.2 | - |
| YUV | 189.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 199 | 245 | 0.38 | 0.19 | 0 | 0.04 | 209.36 | 0.82 | 0.78 |
| Hex | 97 | C7 | F5 | 26 | 13 | 0 | 4 | D1 | 52 | 4E |
| Octal | 227 | 307 | 365 | 46 | 23 | 0 | 4 | 321 | 122 | 116 |
| Binary | 10010111 | 11000111 | 11110101 | 100110 | 10011 | 0 | 100 | 11010001 | 1010010 | 1001110 |
Color Harmonies of #97C7F5
Complementary color
Monochromatic Colors of #97C7F5
Black with #97C7F5
Text Example
Text Example
White with #97C7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C7F5; }
p { color: rgb(151,199,245); }
H1.HeaderClassName
{
color: #97C7F5;
}
.AnyTagClassName
{
color: #97C7F5;
}
</style>
background-color css
<style>
a { background-color: #97C7F5; }
a { background-color: rgb(151,199,245); }
div.DivClassName
{
background-color: #97C7F5;
}
.BgClassName
{
background-color: #97C7F5;
}
</style>
border-color css
<style>
span { border-color: #97C7F5; }
span { border-color: rgb(151,199,245); }
td.TdClassName
{
border-color: #97C7F5;
}
.TagClassName
{
border-color: #97C7F5;
}
</style>