Shades of Columbia Blue #97D0FB
Tints of Columbia Blue #97D0FB
RGB
CMYK
RGB Variations
Color information
#97D0FB (or 0x97D0FB) is known color: Columbia Blue. HEX triplet: 97, D0 and FB. RGB value is (151,208,251). Sum of RGB (Red+Green+Blue) = 151+208+251=610 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.75% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #97D0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D0FB is #682F04. Grayscale: #C3C3C3. Windows color (decimal): -6827781 or 16502935. OLE color: 16502935.
HSL color Cylindrical-coordinate representation of color #97D0FB: hue angle of 205.8º 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 #97D0FB is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 208 | 251 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.02 |
| HSL | 205.8º | 0.93% | 0.79% | - |
| HSV(B) | 205.8º | 0.4% | 0.98% | - |
| XYZ | 52.73 | 58.66 | 99.81 | - |
| YUV | 195.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 208 | 251 | 0.40 | 0.17 | 0 | 0.02 | 205.8 | 0.93 | 0.79 |
| Hex | 97 | D0 | FB | 28 | 11 | 0 | 2 | CE | 5D | 4F |
| Octal | 227 | 320 | 373 | 50 | 21 | 0 | 2 | 316 | 135 | 117 |
| Binary | 10010111 | 11010000 | 11111011 | 101000 | 10001 | 0 | 10 | 11001110 | 1011101 | 1001111 |
Color Harmonies of #97D0FB
Complementary color
Monochromatic Colors of #97D0FB
Black with #97D0FB
Text Example
Text Example
White with #97D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D0FB; }
p { color: rgb(151,208,251); }
H1.HeaderClassName
{
color: #97D0FB;
}
.AnyTagClassName
{
color: #97D0FB;
}
</style>
background-color css
<style>
a { background-color: #97D0FB; }
a { background-color: rgb(151,208,251); }
div.DivClassName
{
background-color: #97D0FB;
}
.BgClassName
{
background-color: #97D0FB;
}
</style>
border-color css
<style>
span { border-color: #97D0FB; }
span { border-color: rgb(151,208,251); }
td.TdClassName
{
border-color: #97D0FB;
}
.TagClassName
{
border-color: #97D0FB;
}
</style>