Shades of Columbia Blue #96DBF8
Tints of Columbia Blue #96DBF8
RGB
CMYK
RGB Variations
Color information
#96DBF8 (or 0x96DBF8) is known color: Columbia Blue. HEX triplet: 96, DB and F8. RGB value is (150,219,248). Sum of RGB (Red+Green+Blue) = 150+219+248=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #96DBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DBF8 is #692407. Grayscale: #C9C9C9. Windows color (decimal): -6890504 or 16309142. OLE color: 16309142.
HSL color Cylindrical-coordinate representation of color #96DBF8: hue angle of 197.76º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96DBF8 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 219 | 248 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.03 |
| HSL | 197.76º | 0.88% | 0.78% | - |
| HSV(B) | 197.76º | 0.4% | 0.97% | - |
| XYZ | 54.85 | 63.92 | 98.25 | - |
| YUV | 201.68 | 154.14 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 248 | 0.40 | 0.12 | 0 | 0.03 | 197.76 | 0.88 | 0.78 |
| Hex | 96 | DB | F8 | 28 | C | 0 | 3 | C6 | 58 | 4E |
| Octal | 226 | 333 | 370 | 50 | 14 | 0 | 3 | 306 | 130 | 116 |
| Binary | 10010110 | 11011011 | 11111000 | 101000 | 1100 | 0 | 11 | 11000110 | 1011000 | 1001110 |
Color Harmonies of #96DBF8
Complementary color
Monochromatic Colors of #96DBF8
Black with #96DBF8
Text Example
Text Example
White with #96DBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBF8; }
p { color: rgb(150,219,248); }
H1.HeaderClassName
{
color: #96DBF8;
}
.AnyTagClassName
{
color: #96DBF8;
}
</style>
background-color css
<style>
a { background-color: #96DBF8; }
a { background-color: rgb(150,219,248); }
div.DivClassName
{
background-color: #96DBF8;
}
.BgClassName
{
background-color: #96DBF8;
}
</style>
border-color css
<style>
span { border-color: #96DBF8; }
span { border-color: rgb(150,219,248); }
td.TdClassName
{
border-color: #96DBF8;
}
.TagClassName
{
border-color: #96DBF8;
}
</style>