Shades of Columbia Blue #97DEFB
Tints of Columbia Blue #97DEFB
RGB
CMYK
RGB Variations
Color information
#97DEFB (or 0x97DEFB) is known color: Columbia Blue. HEX triplet: 97, DE and FB. RGB value is (151,222,251). Sum of RGB (Red+Green+Blue) = 151+222+251=624 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.20% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #97DEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DEFB is #682104. Grayscale: #CBCBCB. Windows color (decimal): -6824197 or 16506519. OLE color: 16506519.
HSL color Cylindrical-coordinate representation of color #97DEFB: hue angle of 197.4º 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 #97DEFB is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 222 | 251 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.02 |
| HSL | 197.4º | 0.93% | 0.79% | - |
| HSV(B) | 197.4º | 0.4% | 0.98% | - |
| XYZ | 56.3 | 65.79 | 101 | - |
| YUV | 204.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 222 | 251 | 0.40 | 0.12 | 0 | 0.02 | 197.4 | 0.93 | 0.79 |
| Hex | 97 | DE | FB | 28 | C | 0 | 2 | C5 | 5D | 4F |
| Octal | 227 | 336 | 373 | 50 | 14 | 0 | 2 | 305 | 135 | 117 |
| Binary | 10010111 | 11011110 | 11111011 | 101000 | 1100 | 0 | 10 | 11000101 | 1011101 | 1001111 |
Color Harmonies of #97DEFB
Complementary color
Monochromatic Colors of #97DEFB
Black with #97DEFB
Text Example
Text Example
White with #97DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DEFB; }
p { color: rgb(151,222,251); }
H1.HeaderClassName
{
color: #97DEFB;
}
.AnyTagClassName
{
color: #97DEFB;
}
</style>
background-color css
<style>
a { background-color: #97DEFB; }
a { background-color: rgb(151,222,251); }
div.DivClassName
{
background-color: #97DEFB;
}
.BgClassName
{
background-color: #97DEFB;
}
</style>
border-color css
<style>
span { border-color: #97DEFB; }
span { border-color: rgb(151,222,251); }
td.TdClassName
{
border-color: #97DEFB;
}
.TagClassName
{
border-color: #97DEFB;
}
</style>