Shades of Columbia Blue #98D0FC
Tints of Columbia Blue #98D0FC
RGB
CMYK
RGB Variations
Color information
#98D0FC (or 0x98D0FC) is known color: Columbia Blue. HEX triplet: 98, D0 and FC. RGB value is (152,208,252). Sum of RGB (Red+Green+Blue) = 152+208+252=612 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.84% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #98D0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D0FC is #672F03. Grayscale: #C4C4C4. Windows color (decimal): -6762244 or 16568472. OLE color: 16568472.
HSL color Cylindrical-coordinate representation of color #98D0FC: hue angle of 206.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98D0FC is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 208 | 252 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.01 |
| HSL | 206.4º | 0.94% | 0.79% | - |
| HSV(B) | 206.4º | 0.4% | 0.99% | - |
| XYZ | 53.08 | 58.82 | 100.65 | - |
| YUV | 196.27 | 159.45 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 252 | 0.40 | 0.17 | 0 | 0.01 | 206.4 | 0.94 | 0.79 |
| Hex | 98 | D0 | FC | 28 | 11 | 0 | 1 | CE | 5E | 4F |
| Octal | 230 | 320 | 374 | 50 | 21 | 0 | 1 | 316 | 136 | 117 |
| Binary | 10011000 | 11010000 | 11111100 | 101000 | 10001 | 0 | 1 | 11001110 | 1011110 | 1001111 |
Color Harmonies of #98D0FC
Complementary color
Monochromatic Colors of #98D0FC
Black with #98D0FC
Text Example
Text Example
White with #98D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D0FC; }
p { color: rgb(152,208,252); }
H1.HeaderClassName
{
color: #98D0FC;
}
.AnyTagClassName
{
color: #98D0FC;
}
</style>
background-color css
<style>
a { background-color: #98D0FC; }
a { background-color: rgb(152,208,252); }
div.DivClassName
{
background-color: #98D0FC;
}
.BgClassName
{
background-color: #98D0FC;
}
</style>
border-color css
<style>
span { border-color: #98D0FC; }
span { border-color: rgb(152,208,252); }
td.TdClassName
{
border-color: #98D0FC;
}
.TagClassName
{
border-color: #98D0FC;
}
</style>