Shades of Columbia Blue #96EAFE
Tints of Columbia Blue #96EAFE
RGB
CMYK
RGB Variations
Color information
#96EAFE (or 0x96EAFE) is known color: Columbia Blue. HEX triplet: 96, EA and FE. RGB value is (150,234,254). Sum of RGB (Red+Green+Blue) = 150+234+254=638 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.51% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #96EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EAFE is #691501. Grayscale: #D3D3D3. Windows color (decimal): -6886658 or 16706198. OLE color: 16706198.
HSL color Cylindrical-coordinate representation of color #96EAFE: hue angle of 191.54º 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 #96EAFE is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 234 | 254 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.00 |
| HSL | 191.54º | 0.98% | 0.79% | - |
| HSV(B) | 191.54º | 0.41% | 1% | - |
| XYZ | 59.89 | 72.49 | 104.6 | - |
| YUV | 211.16 | 152.17 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 254 | 0.41 | 0.08 | 0 | 0.00 | 191.54 | 0.98 | 0.79 |
| Hex | 96 | EA | FE | 29 | 8 | 0 | 0 | C0 | 62 | 4F |
| Octal | 226 | 352 | 376 | 51 | 10 | 0 | 0 | 300 | 142 | 117 |
| Binary | 10010110 | 11101010 | 11111110 | 101001 | 1000 | 0 | 0 | 11000000 | 1100010 | 1001111 |
Color Harmonies of #96EAFE
Complementary color
Monochromatic Colors of #96EAFE
Black with #96EAFE
Text Example
Text Example
White with #96EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EAFE; }
p { color: rgb(150,234,254); }
H1.HeaderClassName
{
color: #96EAFE;
}
.AnyTagClassName
{
color: #96EAFE;
}
</style>
background-color css
<style>
a { background-color: #96EAFE; }
a { background-color: rgb(150,234,254); }
div.DivClassName
{
background-color: #96EAFE;
}
.BgClassName
{
background-color: #96EAFE;
}
</style>
border-color css
<style>
span { border-color: #96EAFE; }
span { border-color: rgb(150,234,254); }
td.TdClassName
{
border-color: #96EAFE;
}
.TagClassName
{
border-color: #96EAFE;
}
</style>