Shades of Columbia Blue #96D1FF
Tints of Columbia Blue #96D1FF
RGB
CMYK
RGB Variations
Color information
#96D1FF (or 0x96D1FF) is known color: Columbia Blue. HEX triplet: 96, D1 and FF. RGB value is (150,209,255). Sum of RGB (Red+Green+Blue) = 150+209+255=614 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.43% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #96D1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D1FF is #692E00. Grayscale: #C4C4C4. Windows color (decimal): -6893057 or 16765334. OLE color: 16765334.
HSL color Cylindrical-coordinate representation of color #96D1FF: hue angle of 206.29º 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 #96D1FF is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 209 | 255 | - |
| CMYK | 0.41 | 0.18 | 0 | 0 |
| HSL | 206.29º | 1% | 0.79% | - |
| HSV(B) | 206.29º | 0.41% | 1% | - |
| XYZ | 53.43 | 59.3 | 103.24 | - |
| YUV | 196.6 | 160.95 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 255 | 0.41 | 0.18 | 0 | 0 | 206.29 | 1 | 0.79 |
| Hex | 96 | D1 | FF | 29 | 12 | 0 | 0 | CE | 64 | 4F |
| Octal | 226 | 321 | 377 | 51 | 22 | 0 | 0 | 316 | 144 | 117 |
| Binary | 10010110 | 11010001 | 11111111 | 101001 | 10010 | 0 | 0 | 11001110 | 1100100 | 1001111 |
Color Harmonies of #96D1FF
Complementary color
Monochromatic Colors of #96D1FF
Black with #96D1FF
Text Example
Text Example
White with #96D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D1FF; }
p { color: rgb(150,209,255); }
H1.HeaderClassName
{
color: #96D1FF;
}
.AnyTagClassName
{
color: #96D1FF;
}
</style>
background-color css
<style>
a { background-color: #96D1FF; }
a { background-color: rgb(150,209,255); }
div.DivClassName
{
background-color: #96D1FF;
}
.BgClassName
{
background-color: #96D1FF;
}
</style>
border-color css
<style>
span { border-color: #96D1FF; }
span { border-color: rgb(150,209,255); }
td.TdClassName
{
border-color: #96D1FF;
}
.TagClassName
{
border-color: #96D1FF;
}
</style>