Shades of Columbia Blue #96EAFF
Tints of Columbia Blue #96EAFF
RGB
CMYK
RGB Variations
Color information
#96EAFF (or 0x96EAFF) is known color: Columbia Blue. HEX triplet: 96, EA and FF. RGB value is (150,234,255). Sum of RGB (Red+Green+Blue) = 150+234+255=639 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.47% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #96EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EAFF is #691500. Grayscale: #D3D3D3. Windows color (decimal): -6886657 or 16771734. OLE color: 16771734.
HSL color Cylindrical-coordinate representation of color #96EAFF: hue angle of 192º 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 #96EAFF is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 234 | 255 | - |
| CMYK | 0.41 | 0.08 | 0 | 0 |
| HSL | 192º | 1% | 0.79% | - |
| HSV(B) | 192º | 0.41% | 1% | - |
| XYZ | 60.05 | 72.55 | 105.45 | - |
| YUV | 211.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 255 | 0.41 | 0.08 | 0 | 0 | 192 | 1 | 0.79 |
| Hex | 96 | EA | FF | 29 | 8 | 0 | 0 | C0 | 64 | 4F |
| Octal | 226 | 352 | 377 | 51 | 10 | 0 | 0 | 300 | 144 | 117 |
| Binary | 10010110 | 11101010 | 11111111 | 101001 | 1000 | 0 | 0 | 11000000 | 1100100 | 1001111 |
Color Harmonies of #96EAFF
Complementary color
Monochromatic Colors of #96EAFF
Black with #96EAFF
Text Example
Text Example
White with #96EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EAFF; }
p { color: rgb(150,234,255); }
H1.HeaderClassName
{
color: #96EAFF;
}
.AnyTagClassName
{
color: #96EAFF;
}
</style>
background-color css
<style>
a { background-color: #96EAFF; }
a { background-color: rgb(150,234,255); }
div.DivClassName
{
background-color: #96EAFF;
}
.BgClassName
{
background-color: #96EAFF;
}
</style>
border-color css
<style>
span { border-color: #96EAFF; }
span { border-color: rgb(150,234,255); }
td.TdClassName
{
border-color: #96EAFF;
}
.TagClassName
{
border-color: #96EAFF;
}
</style>