Shades of Cornflower #97C0E0
Tints of Cornflower #97C0E0
RGB
CMYK
RGB Variations
Color information
#97C0E0 (or 0x97C0E0) is known color: Cornflower. HEX triplet: 97, C0 and E0. RGB value is (151,192,224). Sum of RGB (Red+Green+Blue) = 151+192+224=567 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.63% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #97C0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C0E0 is #683F1F. Grayscale: #B7B7B7. Windows color (decimal): -6831904 or 14729367. OLE color: 14729367.
HSL color Cylindrical-coordinate representation of color #97C0E0: hue angle of 206.3º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97C0E0 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 192 | 224 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.12 |
| HSL | 206.3º | 0.54% | 0.74% | - |
| HSV(B) | 206.3º | 0.33% | 0.88% | - |
| XYZ | 45.07 | 49.66 | 77.73 | - |
| YUV | 183.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 224 | 0.33 | 0.14 | 0 | 0.12 | 206.3 | 0.54 | 0.74 |
| Hex | 97 | C0 | E0 | 21 | E | 0 | C | CE | 36 | 4A |
| Octal | 227 | 300 | 340 | 41 | 16 | 0 | 14 | 316 | 66 | 112 |
| Binary | 10010111 | 11000000 | 11100000 | 100001 | 1110 | 0 | 1100 | 11001110 | 110110 | 1001010 |
Color Harmonies of #97C0E0
Complementary color
Monochromatic Colors of #97C0E0
Black with #97C0E0
Text Example
Text Example
White with #97C0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C0E0; }
p { color: rgb(151,192,224); }
H1.HeaderClassName
{
color: #97C0E0;
}
.AnyTagClassName
{
color: #97C0E0;
}
</style>
background-color css
<style>
a { background-color: #97C0E0; }
a { background-color: rgb(151,192,224); }
div.DivClassName
{
background-color: #97C0E0;
}
.BgClassName
{
background-color: #97C0E0;
}
</style>
border-color css
<style>
span { border-color: #97C0E0; }
span { border-color: rgb(151,192,224); }
td.TdClassName
{
border-color: #97C0E0;
}
.TagClassName
{
border-color: #97C0E0;
}
</style>