Shades of Columbia Blue #98D9F2
Tints of Columbia Blue #98D9F2
RGB
CMYK
RGB Variations
Color information
#98D9F2 (or 0x98D9F2) is known color: Columbia Blue. HEX triplet: 98, D9 and F2. RGB value is (152,217,242). Sum of RGB (Red+Green+Blue) = 152+217+242=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #98D9F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D9F2 is #67260D. Grayscale: #C8C8C8. Windows color (decimal): -6759950 or 15915416. OLE color: 15915416.
HSL color Cylindrical-coordinate representation of color #98D9F2: hue angle of 196.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98D9F2 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 217 | 242 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.05 |
| HSL | 196.67º | 0.78% | 0.77% | - |
| HSV(B) | 196.67º | 0.37% | 0.95% | - |
| XYZ | 53.79 | 62.71 | 93.27 | - |
| YUV | 200.42 | 151.47 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 242 | 0.37 | 0.10 | 0 | 0.05 | 196.67 | 0.78 | 0.77 |
| Hex | 98 | D9 | F2 | 25 | A | 0 | 5 | C5 | 4E | 4D |
| Octal | 230 | 331 | 362 | 45 | 12 | 0 | 5 | 305 | 116 | 115 |
| Binary | 10011000 | 11011001 | 11110010 | 100101 | 1010 | 0 | 101 | 11000101 | 1001110 | 1001101 |
Color Harmonies of #98D9F2
Complementary color
Monochromatic Colors of #98D9F2
Black with #98D9F2
Text Example
Text Example
White with #98D9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D9F2; }
p { color: rgb(152,217,242); }
H1.HeaderClassName
{
color: #98D9F2;
}
.AnyTagClassName
{
color: #98D9F2;
}
</style>
background-color css
<style>
a { background-color: #98D9F2; }
a { background-color: rgb(152,217,242); }
div.DivClassName
{
background-color: #98D9F2;
}
.BgClassName
{
background-color: #98D9F2;
}
</style>
border-color css
<style>
span { border-color: #98D9F2; }
span { border-color: rgb(152,217,242); }
td.TdClassName
{
border-color: #98D9F2;
}
.TagClassName
{
border-color: #98D9F2;
}
</style>