Shades of Columbia Blue #96ECFF
Tints of Columbia Blue #96ECFF
RGB
CMYK
RGB Variations
Color information
#96ECFF (or 0x96ECFF) is known color: Columbia Blue. HEX triplet: 96, EC and FF. RGB value is (150,236,255). Sum of RGB (Red+Green+Blue) = 150+236+255=641 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.40% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #96ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96ECFF is #691300. Grayscale: #D4D4D4. Windows color (decimal): -6886145 or 16772246. OLE color: 16772246.
HSL color Cylindrical-coordinate representation of color #96ECFF: hue angle of 190.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 #96ECFF is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 236 | 255 | - |
| CMYK | 0.41 | 0.07 | 0 | 0 |
| HSL | 190.86º | 1% | 0.79% | - |
| HSV(B) | 190.86º | 0.41% | 1% | - |
| XYZ | 60.62 | 73.69 | 105.64 | - |
| YUV | 212.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 255 | 0.41 | 0.07 | 0 | 0 | 190.86 | 1 | 0.79 |
| Hex | 96 | EC | FF | 29 | 7 | 0 | 0 | BF | 64 | 4F |
| Octal | 226 | 354 | 377 | 51 | 7 | 0 | 0 | 277 | 144 | 117 |
| Binary | 10010110 | 11101100 | 11111111 | 101001 | 111 | 0 | 0 | 10111111 | 1100100 | 1001111 |
Color Harmonies of #96ECFF
Complementary color
Monochromatic Colors of #96ECFF
Black with #96ECFF
Text Example
Text Example
White with #96ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ECFF; }
p { color: rgb(150,236,255); }
H1.HeaderClassName
{
color: #96ECFF;
}
.AnyTagClassName
{
color: #96ECFF;
}
</style>
background-color css
<style>
a { background-color: #96ECFF; }
a { background-color: rgb(150,236,255); }
div.DivClassName
{
background-color: #96ECFF;
}
.BgClassName
{
background-color: #96ECFF;
}
</style>
border-color css
<style>
span { border-color: #96ECFF; }
span { border-color: rgb(150,236,255); }
td.TdClassName
{
border-color: #96ECFF;
}
.TagClassName
{
border-color: #96ECFF;
}
</style>