Shades of Columbia Blue #98DBF1
Tints of Columbia Blue #98DBF1
RGB
CMYK
RGB Variations
Color information
#98DBF1 (or 0x98DBF1) is known color: Columbia Blue. HEX triplet: 98, DB and F1. RGB value is (152,219,241). Sum of RGB (Red+Green+Blue) = 152+219+241=612 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.84% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #98DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DBF1 is #67240E. Grayscale: #C9C9C9. Windows color (decimal): -6759439 or 15850392. OLE color: 15850392.
HSL color Cylindrical-coordinate representation of color #98DBF1: hue angle of 194.83º degrees, saturation: 0.76, 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 #98DBF1 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 219 | 241 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.05 |
| HSL | 194.83º | 0.76% | 0.77% | - |
| HSV(B) | 194.83º | 0.37% | 0.95% | - |
| XYZ | 54.16 | 63.69 | 92.66 | - |
| YUV | 201.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 241 | 0.37 | 0.09 | 0 | 0.05 | 194.83 | 0.76 | 0.77 |
| Hex | 98 | DB | F1 | 25 | 9 | 0 | 5 | C3 | 4C | 4D |
| Octal | 230 | 333 | 361 | 45 | 11 | 0 | 5 | 303 | 114 | 115 |
| Binary | 10011000 | 11011011 | 11110001 | 100101 | 1001 | 0 | 101 | 11000011 | 1001100 | 1001101 |
Color Harmonies of #98DBF1
Complementary color
Monochromatic Colors of #98DBF1
Black with #98DBF1
Text Example
Text Example
White with #98DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DBF1; }
p { color: rgb(152,219,241); }
H1.HeaderClassName
{
color: #98DBF1;
}
.AnyTagClassName
{
color: #98DBF1;
}
</style>
background-color css
<style>
a { background-color: #98DBF1; }
a { background-color: rgb(152,219,241); }
div.DivClassName
{
background-color: #98DBF1;
}
.BgClassName
{
background-color: #98DBF1;
}
</style>
border-color css
<style>
span { border-color: #98DBF1; }
span { border-color: rgb(152,219,241); }
td.TdClassName
{
border-color: #98DBF1;
}
.TagClassName
{
border-color: #98DBF1;
}
</style>