Shades of Columbia Blue #96D3FF
Tints of Columbia Blue #96D3FF
RGB
CMYK
RGB Variations
Color information
#96D3FF (or 0x96D3FF) is known color: Columbia Blue. HEX triplet: 96, D3 and FF. RGB value is (150,211,255). Sum of RGB (Red+Green+Blue) = 150+211+255=616 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.35% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #96D3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D3FF is #692C00. Grayscale: #C5C5C5. Windows color (decimal): -6892545 or 16765846. OLE color: 16765846.
HSL color Cylindrical-coordinate representation of color #96D3FF: hue angle of 205.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96D3FF is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 211 | 255 | - |
| CMYK | 0.41 | 0.17 | 0 | 0 |
| HSL | 205.14º | 1% | 0.79% | - |
| HSV(B) | 205.14º | 0.41% | 1% | - |
| XYZ | 53.92 | 60.29 | 103.4 | - |
| YUV | 197.78 | 160.29 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 255 | 0.41 | 0.17 | 0 | 0 | 205.14 | 1 | 0.79 |
| Hex | 96 | D3 | FF | 29 | 11 | 0 | 0 | CD | 64 | 4F |
| Octal | 226 | 323 | 377 | 51 | 21 | 0 | 0 | 315 | 144 | 117 |
| Binary | 10010110 | 11010011 | 11111111 | 101001 | 10001 | 0 | 0 | 11001101 | 1100100 | 1001111 |
Color Harmonies of #96D3FF
Complementary color
Monochromatic Colors of #96D3FF
Black with #96D3FF
Text Example
Text Example
White with #96D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D3FF; }
p { color: rgb(150,211,255); }
H1.HeaderClassName
{
color: #96D3FF;
}
.AnyTagClassName
{
color: #96D3FF;
}
</style>
background-color css
<style>
a { background-color: #96D3FF; }
a { background-color: rgb(150,211,255); }
div.DivClassName
{
background-color: #96D3FF;
}
.BgClassName
{
background-color: #96D3FF;
}
</style>
border-color css
<style>
span { border-color: #96D3FF; }
span { border-color: rgb(150,211,255); }
td.TdClassName
{
border-color: #96D3FF;
}
.TagClassName
{
border-color: #96D3FF;
}
</style>