Shades of Columbia Blue #96DBFC
Tints of Columbia Blue #96DBFC
RGB
CMYK
RGB Variations
Color information
#96DBFC (or 0x96DBFC) is known color: Columbia Blue. HEX triplet: 96, DB and FC. RGB value is (150,219,252). Sum of RGB (Red+Green+Blue) = 150+219+252=621 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.15% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #96DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DBFC is #692403. Grayscale: #C9C9C9. Windows color (decimal): -6890500 or 16571286. OLE color: 16571286.
HSL color Cylindrical-coordinate representation of color #96DBFC: hue angle of 199.41º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96DBFC is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 219 | 252 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.01 |
| HSL | 199.41º | 0.94% | 0.79% | - |
| HSV(B) | 199.41º | 0.4% | 0.99% | - |
| XYZ | 55.48 | 64.18 | 101.56 | - |
| YUV | 202.13 | 156.14 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 252 | 0.40 | 0.13 | 0 | 0.01 | 199.41 | 0.94 | 0.79 |
| Hex | 96 | DB | FC | 28 | D | 0 | 1 | C7 | 5E | 4F |
| Octal | 226 | 333 | 374 | 50 | 15 | 0 | 1 | 307 | 136 | 117 |
| Binary | 10010110 | 11011011 | 11111100 | 101000 | 1101 | 0 | 1 | 11000111 | 1011110 | 1001111 |
Color Harmonies of #96DBFC
Complementary color
Monochromatic Colors of #96DBFC
Black with #96DBFC
Text Example
Text Example
White with #96DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBFC; }
p { color: rgb(150,219,252); }
H1.HeaderClassName
{
color: #96DBFC;
}
.AnyTagClassName
{
color: #96DBFC;
}
</style>
background-color css
<style>
a { background-color: #96DBFC; }
a { background-color: rgb(150,219,252); }
div.DivClassName
{
background-color: #96DBFC;
}
.BgClassName
{
background-color: #96DBFC;
}
</style>
border-color css
<style>
span { border-color: #96DBFC; }
span { border-color: rgb(150,219,252); }
td.TdClassName
{
border-color: #96DBFC;
}
.TagClassName
{
border-color: #96DBFC;
}
</style>