Shades of Columbia Blue #98D4FE
Tints of Columbia Blue #98D4FE
RGB
CMYK
RGB Variations
Color information
#98D4FE (or 0x98D4FE) is known color: Columbia Blue. HEX triplet: 98, D4 and FE. RGB value is (152,212,254). Sum of RGB (Red+Green+Blue) = 152+212+254=618 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.60% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #98D4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D4FE is #672B01. Grayscale: #C6C6C6. Windows color (decimal): -6761218 or 16700568. OLE color: 16700568.
HSL color Cylindrical-coordinate representation of color #98D4FE: hue angle of 204.71º 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 #98D4FE is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 212 | 254 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.00 |
| HSL | 204.71º | 0.98% | 0.8% | - |
| HSV(B) | 204.71º | 0.4% | 1% | - |
| XYZ | 54.38 | 60.92 | 102.66 | - |
| YUV | 198.85 | 159.12 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 212 | 254 | 0.40 | 0.17 | 0 | 0.00 | 204.71 | 0.98 | 0.8 |
| Hex | 98 | D4 | FE | 28 | 11 | 0 | 0 | CD | 62 | 50 |
| Octal | 230 | 324 | 376 | 50 | 21 | 0 | 0 | 315 | 142 | 120 |
| Binary | 10011000 | 11010100 | 11111110 | 101000 | 10001 | 0 | 0 | 11001101 | 1100010 | 1010000 |
Color Harmonies of #98D4FE
Complementary color
Monochromatic Colors of #98D4FE
Black with #98D4FE
Text Example
Text Example
White with #98D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D4FE; }
p { color: rgb(152,212,254); }
H1.HeaderClassName
{
color: #98D4FE;
}
.AnyTagClassName
{
color: #98D4FE;
}
</style>
background-color css
<style>
a { background-color: #98D4FE; }
a { background-color: rgb(152,212,254); }
div.DivClassName
{
background-color: #98D4FE;
}
.BgClassName
{
background-color: #98D4FE;
}
</style>
border-color css
<style>
span { border-color: #98D4FE; }
span { border-color: rgb(152,212,254); }
td.TdClassName
{
border-color: #98D4FE;
}
.TagClassName
{
border-color: #98D4FE;
}
</style>