Shades of Columbia Blue #97E1F9
Tints of Columbia Blue #97E1F9
RGB
CMYK
RGB Variations
Color information
#97E1F9 (or 0x97E1F9) is known color: Columbia Blue. HEX triplet: 97, E1 and F9. RGB value is (151,225,249). Sum of RGB (Red+Green+Blue) = 151+225+249=625 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.16% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #97E1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E1F9 is #681E06. Grayscale: #CDCDCD. Windows color (decimal): -6823431 or 16376215. OLE color: 16376215.
HSL color Cylindrical-coordinate representation of color #97E1F9: hue angle of 194.69º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97E1F9 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 225 | 249 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.02 |
| HSL | 194.69º | 0.89% | 0.78% | - |
| HSV(B) | 194.69º | 0.39% | 0.98% | - |
| XYZ | 56.79 | 67.27 | 99.61 | - |
| YUV | 205.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 225 | 249 | 0.39 | 0.10 | 0 | 0.02 | 194.69 | 0.89 | 0.78 |
| Hex | 97 | E1 | F9 | 27 | A | 0 | 2 | C3 | 59 | 4E |
| Octal | 227 | 341 | 371 | 47 | 12 | 0 | 2 | 303 | 131 | 116 |
| Binary | 10010111 | 11100001 | 11111001 | 100111 | 1010 | 0 | 10 | 11000011 | 1011001 | 1001110 |
Color Harmonies of #97E1F9
Complementary color
Monochromatic Colors of #97E1F9
Black with #97E1F9
Text Example
Text Example
White with #97E1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E1F9; }
p { color: rgb(151,225,249); }
H1.HeaderClassName
{
color: #97E1F9;
}
.AnyTagClassName
{
color: #97E1F9;
}
</style>
background-color css
<style>
a { background-color: #97E1F9; }
a { background-color: rgb(151,225,249); }
div.DivClassName
{
background-color: #97E1F9;
}
.BgClassName
{
background-color: #97E1F9;
}
</style>
border-color css
<style>
span { border-color: #97E1F9; }
span { border-color: rgb(151,225,249); }
td.TdClassName
{
border-color: #97E1F9;
}
.TagClassName
{
border-color: #97E1F9;
}
</style>