Shades of Columbia Blue #96DDF2
Tints of Columbia Blue #96DDF2
RGB
CMYK
RGB Variations
Color information
#96DDF2 (or 0x96DDF2) is known color: Columbia Blue. HEX triplet: 96, DD and F2. RGB value is (150,221,242). Sum of RGB (Red+Green+Blue) = 150+221+242=613 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.47% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #96DDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DDF2 is #69220D. Grayscale: #CACACA. Windows color (decimal): -6889998 or 15916438. OLE color: 15916438.
HSL color Cylindrical-coordinate representation of color #96DDF2: hue angle of 193.7º 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 #96DDF2 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 221 | 242 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.05 |
| HSL | 193.7º | 0.78% | 0.77% | - |
| HSV(B) | 193.7º | 0.38% | 0.95% | - |
| XYZ | 54.46 | 64.61 | 93.6 | - |
| YUV | 202.17 | 150.48 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 242 | 0.38 | 0.09 | 0 | 0.05 | 193.7 | 0.78 | 0.77 |
| Hex | 96 | DD | F2 | 26 | 9 | 0 | 5 | C2 | 4E | 4D |
| Octal | 226 | 335 | 362 | 46 | 11 | 0 | 5 | 302 | 116 | 115 |
| Binary | 10010110 | 11011101 | 11110010 | 100110 | 1001 | 0 | 101 | 11000010 | 1001110 | 1001101 |
Color Harmonies of #96DDF2
Complementary color
Monochromatic Colors of #96DDF2
Black with #96DDF2
Text Example
Text Example
White with #96DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDF2; }
p { color: rgb(150,221,242); }
H1.HeaderClassName
{
color: #96DDF2;
}
.AnyTagClassName
{
color: #96DDF2;
}
</style>
background-color css
<style>
a { background-color: #96DDF2; }
a { background-color: rgb(150,221,242); }
div.DivClassName
{
background-color: #96DDF2;
}
.BgClassName
{
background-color: #96DDF2;
}
</style>
border-color css
<style>
span { border-color: #96DDF2; }
span { border-color: rgb(150,221,242); }
td.TdClassName
{
border-color: #96DDF2;
}
.TagClassName
{
border-color: #96DDF2;
}
</style>