Shades of Columbia Blue #96E1FC
Tints of Columbia Blue #96E1FC
RGB
CMYK
RGB Variations
Color information
#96E1FC (or 0x96E1FC) is known color: Columbia Blue. HEX triplet: 96, E1 and FC. RGB value is (150,225,252). Sum of RGB (Red+Green+Blue) = 150+225+252=627 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.92% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #96E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E1FC is #691E03. Grayscale: #CDCDCD. Windows color (decimal): -6888964 or 16572822. OLE color: 16572822.
HSL color Cylindrical-coordinate representation of color #96E1FC: hue angle of 195.88º 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 #96E1FC is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 225 | 252 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.01 |
| HSL | 195.88º | 0.94% | 0.79% | - |
| HSV(B) | 195.88º | 0.4% | 0.99% | - |
| XYZ | 57.07 | 67.36 | 102.09 | - |
| YUV | 205.65 | 154.15 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 252 | 0.40 | 0.11 | 0 | 0.01 | 195.88 | 0.94 | 0.79 |
| Hex | 96 | E1 | FC | 28 | B | 0 | 1 | C4 | 5E | 4F |
| Octal | 226 | 341 | 374 | 50 | 13 | 0 | 1 | 304 | 136 | 117 |
| Binary | 10010110 | 11100001 | 11111100 | 101000 | 1011 | 0 | 1 | 11000100 | 1011110 | 1001111 |
Color Harmonies of #96E1FC
Complementary color
Monochromatic Colors of #96E1FC
Black with #96E1FC
Text Example
Text Example
White with #96E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E1FC; }
p { color: rgb(150,225,252); }
H1.HeaderClassName
{
color: #96E1FC;
}
.AnyTagClassName
{
color: #96E1FC;
}
</style>
background-color css
<style>
a { background-color: #96E1FC; }
a { background-color: rgb(150,225,252); }
div.DivClassName
{
background-color: #96E1FC;
}
.BgClassName
{
background-color: #96E1FC;
}
</style>
border-color css
<style>
span { border-color: #96E1FC; }
span { border-color: rgb(150,225,252); }
td.TdClassName
{
border-color: #96E1FC;
}
.TagClassName
{
border-color: #96E1FC;
}
</style>