Shades of Columbia Blue #96DDF5
Tints of Columbia Blue #96DDF5
RGB
CMYK
RGB Variations
Color information
#96DDF5 (or 0x96DDF5) is known color: Columbia Blue. HEX triplet: 96, DD and F5. RGB value is (150,221,245). Sum of RGB (Red+Green+Blue) = 150+221+245=616 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.35% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #96DDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DDF5 is #69220A. Grayscale: #CACACA. Windows color (decimal): -6889995 or 16113046. OLE color: 16113046.
HSL color Cylindrical-coordinate representation of color #96DDF5: hue angle of 195.16º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96DDF5 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 221 | 245 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.04 |
| HSL | 195.16º | 0.83% | 0.77% | - |
| HSV(B) | 195.16º | 0.39% | 0.96% | - |
| XYZ | 54.92 | 64.79 | 96 | - |
| YUV | 202.51 | 151.98 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 245 | 0.39 | 0.10 | 0 | 0.04 | 195.16 | 0.83 | 0.77 |
| Hex | 96 | DD | F5 | 27 | A | 0 | 4 | C3 | 53 | 4D |
| Octal | 226 | 335 | 365 | 47 | 12 | 0 | 4 | 303 | 123 | 115 |
| Binary | 10010110 | 11011101 | 11110101 | 100111 | 1010 | 0 | 100 | 11000011 | 1010011 | 1001101 |
Color Harmonies of #96DDF5
Complementary color
Monochromatic Colors of #96DDF5
Black with #96DDF5
Text Example
Text Example
White with #96DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDF5; }
p { color: rgb(150,221,245); }
H1.HeaderClassName
{
color: #96DDF5;
}
.AnyTagClassName
{
color: #96DDF5;
}
</style>
background-color css
<style>
a { background-color: #96DDF5; }
a { background-color: rgb(150,221,245); }
div.DivClassName
{
background-color: #96DDF5;
}
.BgClassName
{
background-color: #96DDF5;
}
</style>
border-color css
<style>
span { border-color: #96DDF5; }
span { border-color: rgb(150,221,245); }
td.TdClassName
{
border-color: #96DDF5;
}
.TagClassName
{
border-color: #96DDF5;
}
</style>