Shades of Columbia Blue #97D7FB
Tints of Columbia Blue #97D7FB
RGB
CMYK
RGB Variations
Color information
#97D7FB (or 0x97D7FB) is known color: Columbia Blue. HEX triplet: 97, D7 and FB. RGB value is (151,215,251). Sum of RGB (Red+Green+Blue) = 151+215+251=617 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.47% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #97D7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D7FB is #682804. Grayscale: #C7C7C7. Windows color (decimal): -6825989 or 16504727. OLE color: 16504727.
HSL color Cylindrical-coordinate representation of color #97D7FB: hue angle of 201.6º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97D7FB is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 215 | 251 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.02 |
| HSL | 201.6º | 0.93% | 0.79% | - |
| HSV(B) | 201.6º | 0.4% | 0.98% | - |
| XYZ | 54.48 | 62.15 | 100.39 | - |
| YUV | 199.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 215 | 251 | 0.40 | 0.14 | 0 | 0.02 | 201.6 | 0.93 | 0.79 |
| Hex | 97 | D7 | FB | 28 | E | 0 | 2 | CA | 5D | 4F |
| Octal | 227 | 327 | 373 | 50 | 16 | 0 | 2 | 312 | 135 | 117 |
| Binary | 10010111 | 11010111 | 11111011 | 101000 | 1110 | 0 | 10 | 11001010 | 1011101 | 1001111 |
Color Harmonies of #97D7FB
Complementary color
Monochromatic Colors of #97D7FB
Black with #97D7FB
Text Example
Text Example
White with #97D7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D7FB; }
p { color: rgb(151,215,251); }
H1.HeaderClassName
{
color: #97D7FB;
}
.AnyTagClassName
{
color: #97D7FB;
}
</style>
background-color css
<style>
a { background-color: #97D7FB; }
a { background-color: rgb(151,215,251); }
div.DivClassName
{
background-color: #97D7FB;
}
.BgClassName
{
background-color: #97D7FB;
}
</style>
border-color css
<style>
span { border-color: #97D7FB; }
span { border-color: rgb(151,215,251); }
td.TdClassName
{
border-color: #97D7FB;
}
.TagClassName
{
border-color: #97D7FB;
}
</style>