Shades of Columbia Blue #96DCF2
Tints of Columbia Blue #96DCF2
RGB
CMYK
RGB Variations
Color information
#96DCF2 (or 0x96DCF2) is known color: Columbia Blue. HEX triplet: 96, DC and F2. RGB value is (150,220,242). Sum of RGB (Red+Green+Blue) = 150+220+242=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #96DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCF2 is #69230D. Grayscale: #C9C9C9. Windows color (decimal): -6890254 or 15916182. OLE color: 15916182.
HSL color Cylindrical-coordinate representation of color #96DCF2: hue angle of 194.35º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96DCF2 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 220 | 242 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.05 |
| HSL | 194.35º | 0.78% | 0.77% | - |
| HSV(B) | 194.35º | 0.38% | 0.95% | - |
| XYZ | 54.2 | 64.08 | 93.52 | - |
| YUV | 201.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 242 | 0.38 | 0.09 | 0 | 0.05 | 194.35 | 0.78 | 0.77 |
| Hex | 96 | DC | F2 | 26 | 9 | 0 | 5 | C2 | 4E | 4D |
| Octal | 226 | 334 | 362 | 46 | 11 | 0 | 5 | 302 | 116 | 115 |
| Binary | 10010110 | 11011100 | 11110010 | 100110 | 1001 | 0 | 101 | 11000010 | 1001110 | 1001101 |
Color Harmonies of #96DCF2
Complementary color
Monochromatic Colors of #96DCF2
Black with #96DCF2
Text Example
Text Example
White with #96DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCF2; }
p { color: rgb(150,220,242); }
H1.HeaderClassName
{
color: #96DCF2;
}
.AnyTagClassName
{
color: #96DCF2;
}
</style>
background-color css
<style>
a { background-color: #96DCF2; }
a { background-color: rgb(150,220,242); }
div.DivClassName
{
background-color: #96DCF2;
}
.BgClassName
{
background-color: #96DCF2;
}
</style>
border-color css
<style>
span { border-color: #96DCF2; }
span { border-color: rgb(150,220,242); }
td.TdClassName
{
border-color: #96DCF2;
}
.TagClassName
{
border-color: #96DCF2;
}
</style>