Shades of Cornflower #97CDF0
Tints of Cornflower #97CDF0
RGB
CMYK
RGB Variations
Color information
#97CDF0 (or 0x97CDF0) is known color: Cornflower. HEX triplet: 97, CD and F0. RGB value is (151,205,240). Sum of RGB (Red+Green+Blue) = 151+205+240=596 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.34% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #97CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CDF0 is #68320F. Grayscale: #C0C0C0. Windows color (decimal): -6828560 or 15781271. OLE color: 15781271.
HSL color Cylindrical-coordinate representation of color #97CDF0: hue angle of 203.6º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97CDF0 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 205 | 240 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.06 |
| HSL | 203.6º | 0.75% | 0.77% | - |
| HSV(B) | 203.6º | 0.37% | 0.94% | - |
| XYZ | 50.32 | 56.53 | 90.7 | - |
| YUV | 192.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 205 | 240 | 0.37 | 0.15 | 0 | 0.06 | 203.6 | 0.75 | 0.77 |
| Hex | 97 | CD | F0 | 25 | F | 0 | 6 | CC | 4B | 4D |
| Octal | 227 | 315 | 360 | 45 | 17 | 0 | 6 | 314 | 113 | 115 |
| Binary | 10010111 | 11001101 | 11110000 | 100101 | 1111 | 0 | 110 | 11001100 | 1001011 | 1001101 |
Color Harmonies of #97CDF0
Complementary color
Monochromatic Colors of #97CDF0
Black with #97CDF0
Text Example
Text Example
White with #97CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CDF0; }
p { color: rgb(151,205,240); }
H1.HeaderClassName
{
color: #97CDF0;
}
.AnyTagClassName
{
color: #97CDF0;
}
</style>
background-color css
<style>
a { background-color: #97CDF0; }
a { background-color: rgb(151,205,240); }
div.DivClassName
{
background-color: #97CDF0;
}
.BgClassName
{
background-color: #97CDF0;
}
</style>
border-color css
<style>
span { border-color: #97CDF0; }
span { border-color: rgb(151,205,240); }
td.TdClassName
{
border-color: #97CDF0;
}
.TagClassName
{
border-color: #97CDF0;
}
</style>