Shades of Columbia Blue #96DAFF
Tints of Columbia Blue #96DAFF
RGB
CMYK
RGB Variations
Color information
#96DAFF (or 0x96DAFF) is known color: Columbia Blue. HEX triplet: 96, DA and FF. RGB value is (150,218,255). Sum of RGB (Red+Green+Blue) = 150+218+255=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #96DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DAFF is #692500. Grayscale: #C9C9C9. Windows color (decimal): -6890753 or 16767638. OLE color: 16767638.
HSL color Cylindrical-coordinate representation of color #96DAFF: hue angle of 201.14º 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 #96DAFF is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 218 | 255 | - |
| CMYK | 0.41 | 0.15 | 0 | 0 |
| HSL | 201.14º | 1% | 0.79% | - |
| HSV(B) | 201.14º | 0.41% | 1% | - |
| XYZ | 55.7 | 63.85 | 104 | - |
| YUV | 201.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 255 | 0.41 | 0.15 | 0 | 0 | 201.14 | 1 | 0.79 |
| Hex | 96 | DA | FF | 29 | F | 0 | 0 | C9 | 64 | 4F |
| Octal | 226 | 332 | 377 | 51 | 17 | 0 | 0 | 311 | 144 | 117 |
| Binary | 10010110 | 11011010 | 11111111 | 101001 | 1111 | 0 | 0 | 11001001 | 1100100 | 1001111 |
Color Harmonies of #96DAFF
Complementary color
Monochromatic Colors of #96DAFF
Black with #96DAFF
Text Example
Text Example
White with #96DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DAFF; }
p { color: rgb(150,218,255); }
H1.HeaderClassName
{
color: #96DAFF;
}
.AnyTagClassName
{
color: #96DAFF;
}
</style>
background-color css
<style>
a { background-color: #96DAFF; }
a { background-color: rgb(150,218,255); }
div.DivClassName
{
background-color: #96DAFF;
}
.BgClassName
{
background-color: #96DAFF;
}
</style>
border-color css
<style>
span { border-color: #96DAFF; }
span { border-color: rgb(150,218,255); }
td.TdClassName
{
border-color: #96DAFF;
}
.TagClassName
{
border-color: #96DAFF;
}
</style>