Shades of Columbia Blue #98DBF2
Tints of Columbia Blue #98DBF2
RGB
CMYK
RGB Variations
Color information
#98DBF2 (or 0x98DBF2) is known color: Columbia Blue. HEX triplet: 98, DB and F2. RGB value is (152,219,242). Sum of RGB (Red+Green+Blue) = 152+219+242=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #98DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DBF2 is #67240D. Grayscale: #C9C9C9. Windows color (decimal): -6759438 or 15915928. OLE color: 15915928.
HSL color Cylindrical-coordinate representation of color #98DBF2: hue angle of 195.33º 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 #98DBF2 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 219 | 242 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.05 |
| HSL | 195.33º | 0.78% | 0.77% | - |
| HSV(B) | 195.33º | 0.37% | 0.95% | - |
| XYZ | 54.31 | 63.75 | 93.45 | - |
| YUV | 201.59 | 150.8 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 242 | 0.37 | 0.10 | 0 | 0.05 | 195.33 | 0.78 | 0.77 |
| Hex | 98 | DB | F2 | 25 | A | 0 | 5 | C3 | 4E | 4D |
| Octal | 230 | 333 | 362 | 45 | 12 | 0 | 5 | 303 | 116 | 115 |
| Binary | 10011000 | 11011011 | 11110010 | 100101 | 1010 | 0 | 101 | 11000011 | 1001110 | 1001101 |
Color Harmonies of #98DBF2
Complementary color
Monochromatic Colors of #98DBF2
Black with #98DBF2
Text Example
Text Example
White with #98DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DBF2; }
p { color: rgb(152,219,242); }
H1.HeaderClassName
{
color: #98DBF2;
}
.AnyTagClassName
{
color: #98DBF2;
}
</style>
background-color css
<style>
a { background-color: #98DBF2; }
a { background-color: rgb(152,219,242); }
div.DivClassName
{
background-color: #98DBF2;
}
.BgClassName
{
background-color: #98DBF2;
}
</style>
border-color css
<style>
span { border-color: #98DBF2; }
span { border-color: rgb(152,219,242); }
td.TdClassName
{
border-color: #98DBF2;
}
.TagClassName
{
border-color: #98DBF2;
}
</style>