Shades of Cornflower #97CAF5
Tints of Cornflower #97CAF5
RGB
CMYK
RGB Variations
Color information
#97CAF5 (or 0x97CAF5) is known color: Cornflower. HEX triplet: 97, CA and F5. RGB value is (151,202,245). Sum of RGB (Red+Green+Blue) = 151+202+245=598 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.25% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #97CAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CAF5 is #68350A. Grayscale: #BFBFBF. Windows color (decimal): -6829323 or 16108183. OLE color: 16108183.
HSL color Cylindrical-coordinate representation of color #97CAF5: hue angle of 207.45º 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 #97CAF5 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 202 | 245 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.04 |
| HSL | 207.45º | 0.82% | 0.78% | - |
| HSV(B) | 207.45º | 0.38% | 0.96% | - |
| XYZ | 50.36 | 55.41 | 94.43 | - |
| YUV | 191.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 245 | 0.38 | 0.18 | 0 | 0.04 | 207.45 | 0.82 | 0.78 |
| Hex | 97 | CA | F5 | 26 | 12 | 0 | 4 | CF | 52 | 4E |
| Octal | 227 | 312 | 365 | 46 | 22 | 0 | 4 | 317 | 122 | 116 |
| Binary | 10010111 | 11001010 | 11110101 | 100110 | 10010 | 0 | 100 | 11001111 | 1010010 | 1001110 |
Color Harmonies of #97CAF5
Complementary color
Monochromatic Colors of #97CAF5
Black with #97CAF5
Text Example
Text Example
White with #97CAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CAF5; }
p { color: rgb(151,202,245); }
H1.HeaderClassName
{
color: #97CAF5;
}
.AnyTagClassName
{
color: #97CAF5;
}
</style>
background-color css
<style>
a { background-color: #97CAF5; }
a { background-color: rgb(151,202,245); }
div.DivClassName
{
background-color: #97CAF5;
}
.BgClassName
{
background-color: #97CAF5;
}
</style>
border-color css
<style>
span { border-color: #97CAF5; }
span { border-color: rgb(151,202,245); }
td.TdClassName
{
border-color: #97CAF5;
}
.TagClassName
{
border-color: #97CAF5;
}
</style>