Shades of Columbia Blue #98DCFE
Tints of Columbia Blue #98DCFE
RGB
CMYK
RGB Variations
Color information
#98DCFE (or 0x98DCFE) is known color: Columbia Blue. HEX triplet: 98, DC and FE. RGB value is (152,220,254). Sum of RGB (Red+Green+Blue) = 152+220+254=626 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.28% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #98DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DCFE is #672301. Grayscale: #CBCBCB. Windows color (decimal): -6759170 or 16702616. OLE color: 16702616.
HSL color Cylindrical-coordinate representation of color #98DCFE: hue angle of 200º 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 #98DCFE is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 220 | 254 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.00 |
| HSL | 200º | 0.98% | 0.8% | - |
| HSV(B) | 200º | 0.4% | 1% | - |
| XYZ | 56.43 | 65.02 | 103.34 | - |
| YUV | 203.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 254 | 0.40 | 0.13 | 0 | 0.00 | 200 | 0.98 | 0.8 |
| Hex | 98 | DC | FE | 28 | D | 0 | 0 | C8 | 62 | 50 |
| Octal | 230 | 334 | 376 | 50 | 15 | 0 | 0 | 310 | 142 | 120 |
| Binary | 10011000 | 11011100 | 11111110 | 101000 | 1101 | 0 | 0 | 11001000 | 1100010 | 1010000 |
Color Harmonies of #98DCFE
Complementary color
Monochromatic Colors of #98DCFE
Black with #98DCFE
Text Example
Text Example
White with #98DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCFE; }
p { color: rgb(152,220,254); }
H1.HeaderClassName
{
color: #98DCFE;
}
.AnyTagClassName
{
color: #98DCFE;
}
</style>
background-color css
<style>
a { background-color: #98DCFE; }
a { background-color: rgb(152,220,254); }
div.DivClassName
{
background-color: #98DCFE;
}
.BgClassName
{
background-color: #98DCFE;
}
</style>
border-color css
<style>
span { border-color: #98DCFE; }
span { border-color: rgb(152,220,254); }
td.TdClassName
{
border-color: #98DCFE;
}
.TagClassName
{
border-color: #98DCFE;
}
</style>