Shades of Columbia Blue #96DEFA
Tints of Columbia Blue #96DEFA
RGB
CMYK
RGB Variations
Color information
#96DEFA (or 0x96DEFA) is known color: Columbia Blue. HEX triplet: 96, DE and FA. RGB value is (150,222,250). Sum of RGB (Red+Green+Blue) = 150+222+250=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #96DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DEFA is #692105. Grayscale: #CBCBCB. Windows color (decimal): -6889734 or 16440982. OLE color: 16440982.
HSL color Cylindrical-coordinate representation of color #96DEFA: hue angle of 196.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96DEFA is Cyan = 0.4, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 222 | 250 | - |
| CMYK | 0.4 | 0.11 | 0 | 0.02 |
| HSL | 196.8º | 0.91% | 0.78% | - |
| HSV(B) | 196.8º | 0.4% | 0.98% | - |
| XYZ | 55.95 | 65.63 | 100.16 | - |
| YUV | 203.66 | 154.15 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 250 | 0.4 | 0.11 | 0 | 0.02 | 196.8 | 0.91 | 0.78 |
| Hex | 96 | DE | FA | 28 | B | 0 | 2 | C5 | 5B | 4E |
| Octal | 226 | 336 | 372 | 50 | 13 | 0 | 2 | 305 | 133 | 116 |
| Binary | 10010110 | 11011110 | 11111010 | 101000 | 1011 | 0 | 10 | 11000101 | 1011011 | 1001110 |
Color Harmonies of #96DEFA
Complementary color
Monochromatic Colors of #96DEFA
Black with #96DEFA
Text Example
Text Example
White with #96DEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DEFA; }
p { color: rgb(150,222,250); }
H1.HeaderClassName
{
color: #96DEFA;
}
.AnyTagClassName
{
color: #96DEFA;
}
</style>
background-color css
<style>
a { background-color: #96DEFA; }
a { background-color: rgb(150,222,250); }
div.DivClassName
{
background-color: #96DEFA;
}
.BgClassName
{
background-color: #96DEFA;
}
</style>
border-color css
<style>
span { border-color: #96DEFA; }
span { border-color: rgb(150,222,250); }
td.TdClassName
{
border-color: #96DEFA;
}
.TagClassName
{
border-color: #96DEFA;
}
</style>