Shades of Columbia Blue #96E3FF
Tints of Columbia Blue #96E3FF
RGB
CMYK
RGB Variations
Color information
#96E3FF (or 0x96E3FF) is known color: Columbia Blue. HEX triplet: 96, E3 and FF. RGB value is (150,227,255). Sum of RGB (Red+Green+Blue) = 150+227+255=632 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.73% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #96E3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E3FF is #691C00. Grayscale: #CECECE. Windows color (decimal): -6888449 or 16769942. OLE color: 16769942.
HSL color Cylindrical-coordinate representation of color #96E3FF: hue angle of 196º 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 #96E3FF is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 227 | 255 | - |
| CMYK | 0.41 | 0.11 | 0 | 0 |
| HSL | 196º | 1% | 0.79% | - |
| HSV(B) | 196º | 0.41% | 1% | - |
| XYZ | 58.1 | 68.64 | 104.8 | - |
| YUV | 207.17 | 154.99 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 255 | 0.41 | 0.11 | 0 | 0 | 196 | 1 | 0.79 |
| Hex | 96 | E3 | FF | 29 | B | 0 | 0 | C4 | 64 | 4F |
| Octal | 226 | 343 | 377 | 51 | 13 | 0 | 0 | 304 | 144 | 117 |
| Binary | 10010110 | 11100011 | 11111111 | 101001 | 1011 | 0 | 0 | 11000100 | 1100100 | 1001111 |
Color Harmonies of #96E3FF
Complementary color
Monochromatic Colors of #96E3FF
Black with #96E3FF
Text Example
Text Example
White with #96E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E3FF; }
p { color: rgb(150,227,255); }
H1.HeaderClassName
{
color: #96E3FF;
}
.AnyTagClassName
{
color: #96E3FF;
}
</style>
background-color css
<style>
a { background-color: #96E3FF; }
a { background-color: rgb(150,227,255); }
div.DivClassName
{
background-color: #96E3FF;
}
.BgClassName
{
background-color: #96E3FF;
}
</style>
border-color css
<style>
span { border-color: #96E3FF; }
span { border-color: rgb(150,227,255); }
td.TdClassName
{
border-color: #96E3FF;
}
.TagClassName
{
border-color: #96E3FF;
}
</style>