Shades of Cornflower #97CAF3
Tints of Cornflower #97CAF3
RGB
CMYK
RGB Variations
Color information
#97CAF3 (or 0x97CAF3) is known color: Cornflower. HEX triplet: 97, CA and F3. RGB value is (151,202,243). Sum of RGB (Red+Green+Blue) = 151+202+243=596 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.34% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #97CAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CAF3 is #68350C. Grayscale: #BFBFBF. Windows color (decimal): -6829325 or 15977111. OLE color: 15977111.
HSL color Cylindrical-coordinate representation of color #97CAF3: hue angle of 206.74º degrees, saturation: 0.79, 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 #97CAF3 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 202 | 243 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.05 |
| HSL | 206.74º | 0.79% | 0.77% | - |
| HSV(B) | 206.74º | 0.38% | 0.95% | - |
| XYZ | 50.06 | 55.29 | 92.83 | - |
| YUV | 191.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 243 | 0.38 | 0.17 | 0 | 0.05 | 206.74 | 0.79 | 0.77 |
| Hex | 97 | CA | F3 | 26 | 11 | 0 | 5 | CF | 4F | 4D |
| Octal | 227 | 312 | 363 | 46 | 21 | 0 | 5 | 317 | 117 | 115 |
| Binary | 10010111 | 11001010 | 11110011 | 100110 | 10001 | 0 | 101 | 11001111 | 1001111 | 1001101 |
Color Harmonies of #97CAF3
Complementary color
Monochromatic Colors of #97CAF3
Black with #97CAF3
Text Example
Text Example
White with #97CAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CAF3; }
p { color: rgb(151,202,243); }
H1.HeaderClassName
{
color: #97CAF3;
}
.AnyTagClassName
{
color: #97CAF3;
}
</style>
background-color css
<style>
a { background-color: #97CAF3; }
a { background-color: rgb(151,202,243); }
div.DivClassName
{
background-color: #97CAF3;
}
.BgClassName
{
background-color: #97CAF3;
}
</style>
border-color css
<style>
span { border-color: #97CAF3; }
span { border-color: rgb(151,202,243); }
td.TdClassName
{
border-color: #97CAF3;
}
.TagClassName
{
border-color: #97CAF3;
}
</style>