Shades of Columbia Blue #98D5FE
Tints of Columbia Blue #98D5FE
RGB
CMYK
RGB Variations
Color information
#98D5FE (or 0x98D5FE) is known color: Columbia Blue. HEX triplet: 98, D5 and FE. RGB value is (152,213,254). Sum of RGB (Red+Green+Blue) = 152+213+254=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #98D5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5FE is #672A01. Grayscale: #C7C7C7. Windows color (decimal): -6760962 or 16700824. OLE color: 16700824.
HSL color Cylindrical-coordinate representation of color #98D5FE: hue angle of 204.12º 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 #98D5FE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 213 | 254 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.00 |
| HSL | 204.12º | 0.98% | 0.8% | - |
| HSV(B) | 204.12º | 0.4% | 1% | - |
| XYZ | 54.63 | 61.42 | 102.74 | - |
| YUV | 199.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 254 | 0.40 | 0.16 | 0 | 0.00 | 204.12 | 0.98 | 0.8 |
| Hex | 98 | D5 | FE | 28 | 10 | 0 | 0 | CC | 62 | 50 |
| Octal | 230 | 325 | 376 | 50 | 20 | 0 | 0 | 314 | 142 | 120 |
| Binary | 10011000 | 11010101 | 11111110 | 101000 | 10000 | 0 | 0 | 11001100 | 1100010 | 1010000 |
Color Harmonies of #98D5FE
Complementary color
Monochromatic Colors of #98D5FE
Black with #98D5FE
Text Example
Text Example
White with #98D5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D5FE; }
p { color: rgb(152,213,254); }
H1.HeaderClassName
{
color: #98D5FE;
}
.AnyTagClassName
{
color: #98D5FE;
}
</style>
background-color css
<style>
a { background-color: #98D5FE; }
a { background-color: rgb(152,213,254); }
div.DivClassName
{
background-color: #98D5FE;
}
.BgClassName
{
background-color: #98D5FE;
}
</style>
border-color css
<style>
span { border-color: #98D5FE; }
span { border-color: rgb(152,213,254); }
td.TdClassName
{
border-color: #98D5FE;
}
.TagClassName
{
border-color: #98D5FE;
}
</style>