Shades of Columbia Blue #96D7F8
Tints of Columbia Blue #96D7F8
RGB
CMYK
RGB Variations
Color information
#96D7F8 (or 0x96D7F8) is known color: Columbia Blue. HEX triplet: 96, D7 and F8. RGB value is (150,215,248). Sum of RGB (Red+Green+Blue) = 150+215+248=613 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.47% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #96D7F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D7F8 is #692807. Grayscale: #C7C7C7. Windows color (decimal): -6891528 or 16308118. OLE color: 16308118.
HSL color Cylindrical-coordinate representation of color #96D7F8: hue angle of 200.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D7F8 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 215 | 248 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.03 |
| HSL | 200.2º | 0.88% | 0.78% | - |
| HSV(B) | 200.2º | 0.4% | 0.97% | - |
| XYZ | 53.82 | 61.86 | 97.91 | - |
| YUV | 199.33 | 155.47 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 248 | 0.40 | 0.13 | 0 | 0.03 | 200.2 | 0.88 | 0.78 |
| Hex | 96 | D7 | F8 | 28 | D | 0 | 3 | C8 | 58 | 4E |
| Octal | 226 | 327 | 370 | 50 | 15 | 0 | 3 | 310 | 130 | 116 |
| Binary | 10010110 | 11010111 | 11111000 | 101000 | 1101 | 0 | 11 | 11001000 | 1011000 | 1001110 |
Color Harmonies of #96D7F8
Complementary color
Monochromatic Colors of #96D7F8
Black with #96D7F8
Text Example
Text Example
White with #96D7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D7F8; }
p { color: rgb(150,215,248); }
H1.HeaderClassName
{
color: #96D7F8;
}
.AnyTagClassName
{
color: #96D7F8;
}
</style>
background-color css
<style>
a { background-color: #96D7F8; }
a { background-color: rgb(150,215,248); }
div.DivClassName
{
background-color: #96D7F8;
}
.BgClassName
{
background-color: #96D7F8;
}
</style>
border-color css
<style>
span { border-color: #96D7F8; }
span { border-color: rgb(150,215,248); }
td.TdClassName
{
border-color: #96D7F8;
}
.TagClassName
{
border-color: #96D7F8;
}
</style>