Shades of Columbia Blue #96D1FB
Tints of Columbia Blue #96D1FB
RGB
CMYK
RGB Variations
Color information
#96D1FB (or 0x96D1FB) is known color: Columbia Blue. HEX triplet: 96, D1 and FB. RGB value is (150,209,251). Sum of RGB (Red+Green+Blue) = 150+209+251=610 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.59% from 610); Green value is 209 (82.03% from 255 or 34.26% 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 #96D1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D1FB is #692E04. Grayscale: #C3C3C3. Windows color (decimal): -6893061 or 16503190. OLE color: 16503190.
HSL color Cylindrical-coordinate representation of color #96D1FB: hue angle of 204.95º 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 #96D1FB is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 209 | 251 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.02 |
| HSL | 204.95º | 0.93% | 0.79% | - |
| HSV(B) | 204.95º | 0.4% | 0.98% | - |
| XYZ | 52.79 | 59.05 | 99.88 | - |
| YUV | 196.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 251 | 0.40 | 0.17 | 0 | 0.02 | 204.95 | 0.93 | 0.79 |
| Hex | 96 | D1 | FB | 28 | 11 | 0 | 2 | CD | 5D | 4F |
| Octal | 226 | 321 | 373 | 50 | 21 | 0 | 2 | 315 | 135 | 117 |
| Binary | 10010110 | 11010001 | 11111011 | 101000 | 10001 | 0 | 10 | 11001101 | 1011101 | 1001111 |
Color Harmonies of #96D1FB
Complementary color
Monochromatic Colors of #96D1FB
Black with #96D1FB
Text Example
Text Example
White with #96D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D1FB; }
p { color: rgb(150,209,251); }
H1.HeaderClassName
{
color: #96D1FB;
}
.AnyTagClassName
{
color: #96D1FB;
}
</style>
background-color css
<style>
a { background-color: #96D1FB; }
a { background-color: rgb(150,209,251); }
div.DivClassName
{
background-color: #96D1FB;
}
.BgClassName
{
background-color: #96D1FB;
}
</style>
border-color css
<style>
span { border-color: #96D1FB; }
span { border-color: rgb(150,209,251); }
td.TdClassName
{
border-color: #96D1FB;
}
.TagClassName
{
border-color: #96D1FB;
}
</style>