Shades of Cornflower #97CAE9
Tints of Cornflower #97CAE9
RGB
CMYK
RGB Variations
Color information
#97CAE9 (or 0x97CAE9) is known color: Cornflower. HEX triplet: 97, CA and E9. RGB value is (151,202,233). Sum of RGB (Red+Green+Blue) = 151+202+233=586 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.77% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #97CAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CAE9 is #683516. Grayscale: #BEBEBE. Windows color (decimal): -6829335 or 15321751. OLE color: 15321751.
HSL color Cylindrical-coordinate representation of color #97CAE9: hue angle of 202.68º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97CAE9 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 202 | 233 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.09 |
| HSL | 202.68º | 0.65% | 0.75% | - |
| HSV(B) | 202.68º | 0.35% | 0.91% | - |
| XYZ | 48.59 | 54.7 | 85.09 | - |
| YUV | 190.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 233 | 0.35 | 0.13 | 0 | 0.09 | 202.68 | 0.65 | 0.75 |
| Hex | 97 | CA | E9 | 23 | D | 0 | 9 | CB | 41 | 4B |
| Octal | 227 | 312 | 351 | 43 | 15 | 0 | 11 | 313 | 101 | 113 |
| Binary | 10010111 | 11001010 | 11101001 | 100011 | 1101 | 0 | 1001 | 11001011 | 1000001 | 1001011 |
Color Harmonies of #97CAE9
Complementary color
Monochromatic Colors of #97CAE9
Black with #97CAE9
Text Example
Text Example
White with #97CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CAE9; }
p { color: rgb(151,202,233); }
H1.HeaderClassName
{
color: #97CAE9;
}
.AnyTagClassName
{
color: #97CAE9;
}
</style>
background-color css
<style>
a { background-color: #97CAE9; }
a { background-color: rgb(151,202,233); }
div.DivClassName
{
background-color: #97CAE9;
}
.BgClassName
{
background-color: #97CAE9;
}
</style>
border-color css
<style>
span { border-color: #97CAE9; }
span { border-color: rgb(151,202,233); }
td.TdClassName
{
border-color: #97CAE9;
}
.TagClassName
{
border-color: #97CAE9;
}
</style>