Shades of Columbia Blue #96DCFF
Tints of Columbia Blue #96DCFF
RGB
CMYK
RGB Variations
Color information
#96DCFF (or 0x96DCFF) is known color: Columbia Blue. HEX triplet: 96, DC and FF. RGB value is (150,220,255). Sum of RGB (Red+Green+Blue) = 150+220+255=625 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #96DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCFF is #692300. Grayscale: #CACACA. Windows color (decimal): -6890241 or 16768150. OLE color: 16768150.
HSL color Cylindrical-coordinate representation of color #96DCFF: hue angle of 200º 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 #96DCFF is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 220 | 255 | - |
| CMYK | 0.41 | 0.14 | 0 | 0 |
| HSL | 200º | 1% | 0.79% | - |
| HSV(B) | 200º | 0.41% | 1% | - |
| XYZ | 56.22 | 64.89 | 104.17 | - |
| YUV | 203.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 255 | 0.41 | 0.14 | 0 | 0 | 200 | 1 | 0.79 |
| Hex | 96 | DC | FF | 29 | E | 0 | 0 | C8 | 64 | 4F |
| Octal | 226 | 334 | 377 | 51 | 16 | 0 | 0 | 310 | 144 | 117 |
| Binary | 10010110 | 11011100 | 11111111 | 101001 | 1110 | 0 | 0 | 11001000 | 1100100 | 1001111 |
Color Harmonies of #96DCFF
Complementary color
Monochromatic Colors of #96DCFF
Black with #96DCFF
Text Example
Text Example
White with #96DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCFF; }
p { color: rgb(150,220,255); }
H1.HeaderClassName
{
color: #96DCFF;
}
.AnyTagClassName
{
color: #96DCFF;
}
</style>
background-color css
<style>
a { background-color: #96DCFF; }
a { background-color: rgb(150,220,255); }
div.DivClassName
{
background-color: #96DCFF;
}
.BgClassName
{
background-color: #96DCFF;
}
</style>
border-color css
<style>
span { border-color: #96DCFF; }
span { border-color: rgb(150,220,255); }
td.TdClassName
{
border-color: #96DCFF;
}
.TagClassName
{
border-color: #96DCFF;
}
</style>