Shades of Columbia Blue #97D5F9
Tints of Columbia Blue #97D5F9
RGB
CMYK
RGB Variations
Color information
#97D5F9 (or 0x97D5F9) is known color: Columbia Blue. HEX triplet: 97, D5 and F9. RGB value is (151,213,249). Sum of RGB (Red+Green+Blue) = 151+213+249=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #97D5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D5F9 is #682A06. Grayscale: #C6C6C6. Windows color (decimal): -6826503 or 16373143. OLE color: 16373143.
HSL color Cylindrical-coordinate representation of color #97D5F9: hue angle of 202.04º 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 #97D5F9 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 213 | 249 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.02 |
| HSL | 202.04º | 0.89% | 0.78% | - |
| HSV(B) | 202.04º | 0.39% | 0.98% | - |
| XYZ | 53.66 | 61.01 | 98.57 | - |
| YUV | 198.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 213 | 249 | 0.39 | 0.14 | 0 | 0.02 | 202.04 | 0.89 | 0.78 |
| Hex | 97 | D5 | F9 | 27 | E | 0 | 2 | CA | 59 | 4E |
| Octal | 227 | 325 | 371 | 47 | 16 | 0 | 2 | 312 | 131 | 116 |
| Binary | 10010111 | 11010101 | 11111001 | 100111 | 1110 | 0 | 10 | 11001010 | 1011001 | 1001110 |
Color Harmonies of #97D5F9
Complementary color
Monochromatic Colors of #97D5F9
Black with #97D5F9
Text Example
Text Example
White with #97D5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D5F9; }
p { color: rgb(151,213,249); }
H1.HeaderClassName
{
color: #97D5F9;
}
.AnyTagClassName
{
color: #97D5F9;
}
</style>
background-color css
<style>
a { background-color: #97D5F9; }
a { background-color: rgb(151,213,249); }
div.DivClassName
{
background-color: #97D5F9;
}
.BgClassName
{
background-color: #97D5F9;
}
</style>
border-color css
<style>
span { border-color: #97D5F9; }
span { border-color: rgb(151,213,249); }
td.TdClassName
{
border-color: #97D5F9;
}
.TagClassName
{
border-color: #97D5F9;
}
</style>