Shades of Columbia Blue #96EEFF
Tints of Columbia Blue #96EEFF
RGB
CMYK
RGB Variations
Color information
#96EEFF (or 0x96EEFF) is known color: Columbia Blue. HEX triplet: 96, EE and FF. RGB value is (150,238,255). Sum of RGB (Red+Green+Blue) = 150+238+255=643 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.33% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #96EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EEFF is #691100. Grayscale: #D5D5D5. Windows color (decimal): -6885633 or 16772758. OLE color: 16772758.
HSL color Cylindrical-coordinate representation of color #96EEFF: hue angle of 189.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96EEFF is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 238 | 255 | - |
| CMYK | 0.41 | 0.07 | 0 | 0 |
| HSL | 189.71º | 1% | 0.79% | - |
| HSV(B) | 189.71º | 0.41% | 1% | - |
| XYZ | 61.2 | 74.85 | 105.83 | - |
| YUV | 213.63 | 151.35 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 255 | 0.41 | 0.07 | 0 | 0 | 189.71 | 1 | 0.79 |
| Hex | 96 | EE | FF | 29 | 7 | 0 | 0 | BE | 64 | 4F |
| Octal | 226 | 356 | 377 | 51 | 7 | 0 | 0 | 276 | 144 | 117 |
| Binary | 10010110 | 11101110 | 11111111 | 101001 | 111 | 0 | 0 | 10111110 | 1100100 | 1001111 |
Color Harmonies of #96EEFF
Complementary color
Monochromatic Colors of #96EEFF
Black with #96EEFF
Text Example
Text Example
White with #96EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEFF; }
p { color: rgb(150,238,255); }
H1.HeaderClassName
{
color: #96EEFF;
}
.AnyTagClassName
{
color: #96EEFF;
}
</style>
background-color css
<style>
a { background-color: #96EEFF; }
a { background-color: rgb(150,238,255); }
div.DivClassName
{
background-color: #96EEFF;
}
.BgClassName
{
background-color: #96EEFF;
}
</style>
border-color css
<style>
span { border-color: #96EEFF; }
span { border-color: rgb(150,238,255); }
td.TdClassName
{
border-color: #96EEFF;
}
.TagClassName
{
border-color: #96EEFF;
}
</style>