Shades of Columbia Blue #98D0FE
Tints of Columbia Blue #98D0FE
RGB
CMYK
RGB Variations
Color information
#98D0FE (or 0x98D0FE) is known color: Columbia Blue. HEX triplet: 98, D0 and FE. RGB value is (152,208,254). Sum of RGB (Red+Green+Blue) = 152+208+254=614 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.76% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #98D0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D0FE is #672F01. Grayscale: #C4C4C4. Windows color (decimal): -6762242 or 16699544. OLE color: 16699544.
HSL color Cylindrical-coordinate representation of color #98D0FE: hue angle of 207.06º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98D0FE is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 208 | 254 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.00 |
| HSL | 207.06º | 0.98% | 0.8% | - |
| HSV(B) | 207.06º | 0.4% | 1% | - |
| XYZ | 53.39 | 58.94 | 102.33 | - |
| YUV | 196.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 254 | 0.40 | 0.18 | 0 | 0.00 | 207.06 | 0.98 | 0.8 |
| Hex | 98 | D0 | FE | 28 | 12 | 0 | 0 | CF | 62 | 50 |
| Octal | 230 | 320 | 376 | 50 | 22 | 0 | 0 | 317 | 142 | 120 |
| Binary | 10011000 | 11010000 | 11111110 | 101000 | 10010 | 0 | 0 | 11001111 | 1100010 | 1010000 |
Color Harmonies of #98D0FE
Complementary color
Monochromatic Colors of #98D0FE
Black with #98D0FE
Text Example
Text Example
White with #98D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D0FE; }
p { color: rgb(152,208,254); }
H1.HeaderClassName
{
color: #98D0FE;
}
.AnyTagClassName
{
color: #98D0FE;
}
</style>
background-color css
<style>
a { background-color: #98D0FE; }
a { background-color: rgb(152,208,254); }
div.DivClassName
{
background-color: #98D0FE;
}
.BgClassName
{
background-color: #98D0FE;
}
</style>
border-color css
<style>
span { border-color: #98D0FE; }
span { border-color: rgb(152,208,254); }
td.TdClassName
{
border-color: #98D0FE;
}
.TagClassName
{
border-color: #98D0FE;
}
</style>