Shades of Cornflower #97C2EE
Tints of Cornflower #97C2EE
RGB
CMYK
RGB Variations
Color information
#97C2EE (or 0x97C2EE) is known color: Cornflower. HEX triplet: 97, C2 and EE. RGB value is (151,194,238). Sum of RGB (Red+Green+Blue) = 151+194+238=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #97C2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C2EE is #683D11. Grayscale: #B9B9B9. Windows color (decimal): -6831378 or 15647383. OLE color: 15647383.
HSL color Cylindrical-coordinate representation of color #97C2EE: hue angle of 210.34º 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 #97C2EE is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 194 | 238 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.07 |
| HSL | 210.34º | 0.72% | 0.76% | - |
| HSV(B) | 210.34º | 0.37% | 0.93% | - |
| XYZ | 47.49 | 51.34 | 88.29 | - |
| YUV | 186.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 194 | 238 | 0.37 | 0.18 | 0 | 0.07 | 210.34 | 0.72 | 0.76 |
| Hex | 97 | C2 | EE | 25 | 12 | 0 | 7 | D2 | 48 | 4C |
| Octal | 227 | 302 | 356 | 45 | 22 | 0 | 7 | 322 | 110 | 114 |
| Binary | 10010111 | 11000010 | 11101110 | 100101 | 10010 | 0 | 111 | 11010010 | 1001000 | 1001100 |
Color Harmonies of #97C2EE
Complementary color
Monochromatic Colors of #97C2EE
Black with #97C2EE
Text Example
Text Example
White with #97C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C2EE; }
p { color: rgb(151,194,238); }
H1.HeaderClassName
{
color: #97C2EE;
}
.AnyTagClassName
{
color: #97C2EE;
}
</style>
background-color css
<style>
a { background-color: #97C2EE; }
a { background-color: rgb(151,194,238); }
div.DivClassName
{
background-color: #97C2EE;
}
.BgClassName
{
background-color: #97C2EE;
}
</style>
border-color css
<style>
span { border-color: #97C2EE; }
span { border-color: rgb(151,194,238); }
td.TdClassName
{
border-color: #97C2EE;
}
.TagClassName
{
border-color: #97C2EE;
}
</style>