Shades of Columbia Blue #96E4FF
Tints of Columbia Blue #96E4FF
RGB
CMYK
RGB Variations
Color information
#96E4FF (or 0x96E4FF) is known color: Columbia Blue. HEX triplet: 96, E4 and FF. RGB value is (150,228,255). Sum of RGB (Red+Green+Blue) = 150+228+255=633 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.70% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #96E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E4FF is #691B00. Grayscale: #CFCFCF. Windows color (decimal): -6888193 or 16770198. OLE color: 16770198.
HSL color Cylindrical-coordinate representation of color #96E4FF: hue angle of 195.43º 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 #96E4FF is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 228 | 255 | - |
| CMYK | 0.41 | 0.11 | 0 | 0 |
| HSL | 195.43º | 1% | 0.79% | - |
| HSV(B) | 195.43º | 0.41% | 1% | - |
| XYZ | 58.37 | 69.19 | 104.89 | - |
| YUV | 207.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 255 | 0.41 | 0.11 | 0 | 0 | 195.43 | 1 | 0.79 |
| Hex | 96 | E4 | FF | 29 | B | 0 | 0 | C3 | 64 | 4F |
| Octal | 226 | 344 | 377 | 51 | 13 | 0 | 0 | 303 | 144 | 117 |
| Binary | 10010110 | 11100100 | 11111111 | 101001 | 1011 | 0 | 0 | 11000011 | 1100100 | 1001111 |
Color Harmonies of #96E4FF
Complementary color
Monochromatic Colors of #96E4FF
Black with #96E4FF
Text Example
Text Example
White with #96E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E4FF; }
p { color: rgb(150,228,255); }
H1.HeaderClassName
{
color: #96E4FF;
}
.AnyTagClassName
{
color: #96E4FF;
}
</style>
background-color css
<style>
a { background-color: #96E4FF; }
a { background-color: rgb(150,228,255); }
div.DivClassName
{
background-color: #96E4FF;
}
.BgClassName
{
background-color: #96E4FF;
}
</style>
border-color css
<style>
span { border-color: #96E4FF; }
span { border-color: rgb(150,228,255); }
td.TdClassName
{
border-color: #96E4FF;
}
.TagClassName
{
border-color: #96E4FF;
}
</style>