Shades of Columbia Blue #96E5FF
Tints of Columbia Blue #96E5FF
RGB
CMYK
RGB Variations
Color information
#96E5FF (or 0x96E5FF) is known color: Columbia Blue. HEX triplet: 96, E5 and FF. RGB value is (150,229,255). Sum of RGB (Red+Green+Blue) = 150+229+255=634 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.66% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #96E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E5FF is #691A00. Grayscale: #D0D0D0. Windows color (decimal): -6887937 or 16770454. OLE color: 16770454.
HSL color Cylindrical-coordinate representation of color #96E5FF: hue angle of 194.86º 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 #96E5FF is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 229 | 255 | - |
| CMYK | 0.41 | 0.10 | 0 | 0 |
| HSL | 194.86º | 1% | 0.79% | - |
| HSV(B) | 194.86º | 0.41% | 1% | - |
| XYZ | 58.65 | 69.74 | 104.98 | - |
| YUV | 208.34 | 154.33 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 255 | 0.41 | 0.10 | 0 | 0 | 194.86 | 1 | 0.79 |
| Hex | 96 | E5 | FF | 29 | A | 0 | 0 | C3 | 64 | 4F |
| Octal | 226 | 345 | 377 | 51 | 12 | 0 | 0 | 303 | 144 | 117 |
| Binary | 10010110 | 11100101 | 11111111 | 101001 | 1010 | 0 | 0 | 11000011 | 1100100 | 1001111 |
Color Harmonies of #96E5FF
Complementary color
Monochromatic Colors of #96E5FF
Black with #96E5FF
Text Example
Text Example
White with #96E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E5FF; }
p { color: rgb(150,229,255); }
H1.HeaderClassName
{
color: #96E5FF;
}
.AnyTagClassName
{
color: #96E5FF;
}
</style>
background-color css
<style>
a { background-color: #96E5FF; }
a { background-color: rgb(150,229,255); }
div.DivClassName
{
background-color: #96E5FF;
}
.BgClassName
{
background-color: #96E5FF;
}
</style>
border-color css
<style>
span { border-color: #96E5FF; }
span { border-color: rgb(150,229,255); }
td.TdClassName
{
border-color: #96E5FF;
}
.TagClassName
{
border-color: #96E5FF;
}
</style>