Shades of Cornflower #97C0EE
Tints of Cornflower #97C0EE
RGB
CMYK
RGB Variations
Color information
#97C0EE (or 0x97C0EE) is known color: Cornflower. HEX triplet: 97, C0 and EE. RGB value is (151,192,238). Sum of RGB (Red+Green+Blue) = 151+192+238=581 (76% of max value = 765). Red value is 151 (59.38% from 255 or 25.99% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #97C0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C0EE is #683F11. Grayscale: #B8B8B8. Windows color (decimal): -6831890 or 15646871. OLE color: 15646871.
HSL color Cylindrical-coordinate representation of color #97C0EE: hue angle of 211.72º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97C0EE is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 192 | 238 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.07 |
| HSL | 211.72º | 0.72% | 0.76% | - |
| HSV(B) | 211.72º | 0.37% | 0.93% | - |
| XYZ | 47.04 | 50.45 | 88.15 | - |
| YUV | 184.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 238 | 0.37 | 0.19 | 0 | 0.07 | 211.72 | 0.72 | 0.76 |
| Hex | 97 | C0 | EE | 25 | 13 | 0 | 7 | D4 | 48 | 4C |
| Octal | 227 | 300 | 356 | 45 | 23 | 0 | 7 | 324 | 110 | 114 |
| Binary | 10010111 | 11000000 | 11101110 | 100101 | 10011 | 0 | 111 | 11010100 | 1001000 | 1001100 |
Color Harmonies of #97C0EE
Complementary color
Monochromatic Colors of #97C0EE
Black with #97C0EE
Text Example
Text Example
White with #97C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C0EE; }
p { color: rgb(151,192,238); }
H1.HeaderClassName
{
color: #97C0EE;
}
.AnyTagClassName
{
color: #97C0EE;
}
</style>
background-color css
<style>
a { background-color: #97C0EE; }
a { background-color: rgb(151,192,238); }
div.DivClassName
{
background-color: #97C0EE;
}
.BgClassName
{
background-color: #97C0EE;
}
</style>
border-color css
<style>
span { border-color: #97C0EE; }
span { border-color: rgb(151,192,238); }
td.TdClassName
{
border-color: #97C0EE;
}
.TagClassName
{
border-color: #97C0EE;
}
</style>