Shades of Cornflower #97C2F2
Tints of Cornflower #97C2F2
RGB
CMYK
RGB Variations
Color information
#97C2F2 (or 0x97C2F2) is known color: Cornflower. HEX triplet: 97, C2 and F2. RGB value is (151,194,242). Sum of RGB (Red+Green+Blue) = 151+194+242=587 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.72% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #97C2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C2F2 is #683D0D. Grayscale: #BABABA. Windows color (decimal): -6831374 or 15909527. OLE color: 15909527.
HSL color Cylindrical-coordinate representation of color #97C2F2: hue angle of 211.65º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97C2F2 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 194 | 242 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.05 |
| HSL | 211.65º | 0.78% | 0.77% | - |
| HSV(B) | 211.65º | 0.38% | 0.95% | - |
| XYZ | 48.08 | 51.57 | 91.42 | - |
| YUV | 186.62 | 159.25 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 194 | 242 | 0.38 | 0.20 | 0 | 0.05 | 211.65 | 0.78 | 0.77 |
| Hex | 97 | C2 | F2 | 26 | 14 | 0 | 5 | D4 | 4E | 4D |
| Octal | 227 | 302 | 362 | 46 | 24 | 0 | 5 | 324 | 116 | 115 |
| Binary | 10010111 | 11000010 | 11110010 | 100110 | 10100 | 0 | 101 | 11010100 | 1001110 | 1001101 |
Color Harmonies of #97C2F2
Complementary color
Monochromatic Colors of #97C2F2
Black with #97C2F2
Text Example
Text Example
White with #97C2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C2F2; }
p { color: rgb(151,194,242); }
H1.HeaderClassName
{
color: #97C2F2;
}
.AnyTagClassName
{
color: #97C2F2;
}
</style>
background-color css
<style>
a { background-color: #97C2F2; }
a { background-color: rgb(151,194,242); }
div.DivClassName
{
background-color: #97C2F2;
}
.BgClassName
{
background-color: #97C2F2;
}
</style>
border-color css
<style>
span { border-color: #97C2F2; }
span { border-color: rgb(151,194,242); }
td.TdClassName
{
border-color: #97C2F2;
}
.TagClassName
{
border-color: #97C2F2;
}
</style>