Shades of Columbia Blue #98D7F7
Tints of Columbia Blue #98D7F7
RGB
CMYK
RGB Variations
Color information
#98D7F7 (or 0x98D7F7) is known color: Columbia Blue. HEX triplet: 98, D7 and F7. RGB value is (152,215,247). Sum of RGB (Red+Green+Blue) = 152+215+247=614 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.76% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #98D7F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D7F7 is #672808. Grayscale: #C7C7C7. Windows color (decimal): -6760457 or 16242584. OLE color: 16242584.
HSL color Cylindrical-coordinate representation of color #98D7F7: hue angle of 200.21º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98D7F7 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 215 | 247 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.03 |
| HSL | 200.21º | 0.86% | 0.78% | - |
| HSV(B) | 200.21º | 0.38% | 0.97% | - |
| XYZ | 54.04 | 61.99 | 97.11 | - |
| YUV | 199.81 | 154.63 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 247 | 0.38 | 0.13 | 0 | 0.03 | 200.21 | 0.86 | 0.78 |
| Hex | 98 | D7 | F7 | 26 | D | 0 | 3 | C8 | 56 | 4E |
| Octal | 230 | 327 | 367 | 46 | 15 | 0 | 3 | 310 | 126 | 116 |
| Binary | 10011000 | 11010111 | 11110111 | 100110 | 1101 | 0 | 11 | 11001000 | 1010110 | 1001110 |
Color Harmonies of #98D7F7
Complementary color
Monochromatic Colors of #98D7F7
Black with #98D7F7
Text Example
Text Example
White with #98D7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D7F7; }
p { color: rgb(152,215,247); }
H1.HeaderClassName
{
color: #98D7F7;
}
.AnyTagClassName
{
color: #98D7F7;
}
</style>
background-color css
<style>
a { background-color: #98D7F7; }
a { background-color: rgb(152,215,247); }
div.DivClassName
{
background-color: #98D7F7;
}
.BgClassName
{
background-color: #98D7F7;
}
</style>
border-color css
<style>
span { border-color: #98D7F7; }
span { border-color: rgb(152,215,247); }
td.TdClassName
{
border-color: #98D7F7;
}
.TagClassName
{
border-color: #98D7F7;
}
</style>