Shades of Columbia Blue #96E4F7
Tints of Columbia Blue #96E4F7
RGB
CMYK
RGB Variations
Color information
#96E4F7 (or 0x96E4F7) is known color: Columbia Blue. HEX triplet: 96, E4 and F7. RGB value is (150,228,247). Sum of RGB (Red+Green+Blue) = 150+228+247=625 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #96E4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E4F7 is #691B08. Grayscale: #CECECE. Windows color (decimal): -6888201 or 16245910. OLE color: 16245910.
HSL color Cylindrical-coordinate representation of color #96E4F7: hue angle of 191.75º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96E4F7 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 228 | 247 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.03 |
| HSL | 191.75º | 0.86% | 0.78% | - |
| HSV(B) | 191.75º | 0.39% | 0.97% | - |
| XYZ | 57.11 | 68.69 | 98.24 | - |
| YUV | 206.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 247 | 0.39 | 0.08 | 0 | 0.03 | 191.75 | 0.86 | 0.78 |
| Hex | 96 | E4 | F7 | 27 | 8 | 0 | 3 | C0 | 56 | 4E |
| Octal | 226 | 344 | 367 | 47 | 10 | 0 | 3 | 300 | 126 | 116 |
| Binary | 10010110 | 11100100 | 11110111 | 100111 | 1000 | 0 | 11 | 11000000 | 1010110 | 1001110 |
Color Harmonies of #96E4F7
Complementary color
Monochromatic Colors of #96E4F7
Black with #96E4F7
Text Example
Text Example
White with #96E4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E4F7; }
p { color: rgb(150,228,247); }
H1.HeaderClassName
{
color: #96E4F7;
}
.AnyTagClassName
{
color: #96E4F7;
}
</style>
background-color css
<style>
a { background-color: #96E4F7; }
a { background-color: rgb(150,228,247); }
div.DivClassName
{
background-color: #96E4F7;
}
.BgClassName
{
background-color: #96E4F7;
}
</style>
border-color css
<style>
span { border-color: #96E4F7; }
span { border-color: rgb(150,228,247); }
td.TdClassName
{
border-color: #96E4F7;
}
.TagClassName
{
border-color: #96E4F7;
}
</style>