Shades of Columbia Blue #96E0FE
Tints of Columbia Blue #96E0FE
RGB
CMYK
RGB Variations
Color information
#96E0FE (or 0x96E0FE) is known color: Columbia Blue. HEX triplet: 96, E0 and FE. RGB value is (150,224,254). Sum of RGB (Red+Green+Blue) = 150+224+254=628 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.89% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #96E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96E0FE is #691F01. Grayscale: #CDCDCD. Windows color (decimal): -6889218 or 16703638. OLE color: 16703638.
HSL color Cylindrical-coordinate representation of color #96E0FE: hue angle of 197.31º 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 #96E0FE is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 224 | 254 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.00 |
| HSL | 197.31º | 0.98% | 0.79% | - |
| HSV(B) | 197.31º | 0.41% | 1% | - |
| XYZ | 57.12 | 66.95 | 103.68 | - |
| YUV | 205.29 | 155.48 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 254 | 0.41 | 0.12 | 0 | 0.00 | 197.31 | 0.98 | 0.79 |
| Hex | 96 | E0 | FE | 29 | C | 0 | 0 | C5 | 62 | 4F |
| Octal | 226 | 340 | 376 | 51 | 14 | 0 | 0 | 305 | 142 | 117 |
| Binary | 10010110 | 11100000 | 11111110 | 101001 | 1100 | 0 | 0 | 11000101 | 1100010 | 1001111 |
Color Harmonies of #96E0FE
Complementary color
Monochromatic Colors of #96E0FE
Black with #96E0FE
Text Example
Text Example
White with #96E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E0FE; }
p { color: rgb(150,224,254); }
H1.HeaderClassName
{
color: #96E0FE;
}
.AnyTagClassName
{
color: #96E0FE;
}
</style>
background-color css
<style>
a { background-color: #96E0FE; }
a { background-color: rgb(150,224,254); }
div.DivClassName
{
background-color: #96E0FE;
}
.BgClassName
{
background-color: #96E0FE;
}
</style>
border-color css
<style>
span { border-color: #96E0FE; }
span { border-color: rgb(150,224,254); }
td.TdClassName
{
border-color: #96E0FE;
}
.TagClassName
{
border-color: #96E0FE;
}
</style>