Shades of Columbia Blue #96D6FE
Tints of Columbia Blue #96D6FE
RGB
CMYK
RGB Variations
Color information
#96D6FE (or 0x96D6FE) is known color: Columbia Blue. HEX triplet: 96, D6 and FE. RGB value is (150,214,254). Sum of RGB (Red+Green+Blue) = 150+214+254=618 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.27% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #96D6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D6FE is #692901. Grayscale: #C7C7C7. Windows color (decimal): -6891778 or 16701078. OLE color: 16701078.
HSL color Cylindrical-coordinate representation of color #96D6FE: hue angle of 203.08º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96D6FE is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 214 | 254 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.00 |
| HSL | 203.08º | 0.98% | 0.79% | - |
| HSV(B) | 203.08º | 0.41% | 1% | - |
| XYZ | 54.51 | 61.73 | 102.81 | - |
| YUV | 199.42 | 158.8 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 254 | 0.41 | 0.16 | 0 | 0.00 | 203.08 | 0.98 | 0.79 |
| Hex | 96 | D6 | FE | 29 | 10 | 0 | 0 | CB | 62 | 4F |
| Octal | 226 | 326 | 376 | 51 | 20 | 0 | 0 | 313 | 142 | 117 |
| Binary | 10010110 | 11010110 | 11111110 | 101001 | 10000 | 0 | 0 | 11001011 | 1100010 | 1001111 |
Color Harmonies of #96D6FE
Complementary color
Monochromatic Colors of #96D6FE
Black with #96D6FE
Text Example
Text Example
White with #96D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D6FE; }
p { color: rgb(150,214,254); }
H1.HeaderClassName
{
color: #96D6FE;
}
.AnyTagClassName
{
color: #96D6FE;
}
</style>
background-color css
<style>
a { background-color: #96D6FE; }
a { background-color: rgb(150,214,254); }
div.DivClassName
{
background-color: #96D6FE;
}
.BgClassName
{
background-color: #96D6FE;
}
</style>
border-color css
<style>
span { border-color: #96D6FE; }
span { border-color: rgb(150,214,254); }
td.TdClassName
{
border-color: #96D6FE;
}
.TagClassName
{
border-color: #96D6FE;
}
</style>