Shades of Cornflower #97CDE9
Tints of Cornflower #97CDE9
RGB
CMYK
RGB Variations
Color information
#97CDE9 (or 0x97CDE9) is known color: Cornflower. HEX triplet: 97, CD and E9. RGB value is (151,205,233). Sum of RGB (Red+Green+Blue) = 151+205+233=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #97CDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CDE9 is #683216. Grayscale: #BFBFBF. Windows color (decimal): -6828567 or 15322519. OLE color: 15322519.
HSL color Cylindrical-coordinate representation of color #97CDE9: hue angle of 200.49º 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 #97CDE9 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 205 | 233 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.09 |
| HSL | 200.49º | 0.65% | 0.75% | - |
| HSV(B) | 200.49º | 0.35% | 0.91% | - |
| XYZ | 49.3 | 56.13 | 85.33 | - |
| YUV | 192.05 | 151.11 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 205 | 233 | 0.35 | 0.12 | 0 | 0.09 | 200.49 | 0.65 | 0.75 |
| Hex | 97 | CD | E9 | 23 | C | 0 | 9 | C8 | 41 | 4B |
| Octal | 227 | 315 | 351 | 43 | 14 | 0 | 11 | 310 | 101 | 113 |
| Binary | 10010111 | 11001101 | 11101001 | 100011 | 1100 | 0 | 1001 | 11001000 | 1000001 | 1001011 |
Color Harmonies of #97CDE9
Complementary color
Monochromatic Colors of #97CDE9
Black with #97CDE9
Text Example
Text Example
White with #97CDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CDE9; }
p { color: rgb(151,205,233); }
H1.HeaderClassName
{
color: #97CDE9;
}
.AnyTagClassName
{
color: #97CDE9;
}
</style>
background-color css
<style>
a { background-color: #97CDE9; }
a { background-color: rgb(151,205,233); }
div.DivClassName
{
background-color: #97CDE9;
}
.BgClassName
{
background-color: #97CDE9;
}
</style>
border-color css
<style>
span { border-color: #97CDE9; }
span { border-color: rgb(151,205,233); }
td.TdClassName
{
border-color: #97CDE9;
}
.TagClassName
{
border-color: #97CDE9;
}
</style>