Shades of Columbia Blue #98D5FC
Tints of Columbia Blue #98D5FC
RGB
CMYK
RGB Variations
Color information
#98D5FC (or 0x98D5FC) is known color: Columbia Blue. HEX triplet: 98, D5 and FC. RGB value is (152,213,252). Sum of RGB (Red+Green+Blue) = 152+213+252=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #98D5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D5FC is #672A03. Grayscale: #C6C6C6. Windows color (decimal): -6760964 or 16569752. OLE color: 16569752.
HSL color Cylindrical-coordinate representation of color #98D5FC: hue angle of 203.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 #98D5FC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 213 | 252 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.01 |
| HSL | 203.4º | 0.94% | 0.79% | - |
| HSV(B) | 203.4º | 0.4% | 0.99% | - |
| XYZ | 54.31 | 61.29 | 101.06 | - |
| YUV | 199.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 252 | 0.40 | 0.15 | 0 | 0.01 | 203.4 | 0.94 | 0.79 |
| Hex | 98 | D5 | FC | 28 | F | 0 | 1 | CB | 5E | 4F |
| Octal | 230 | 325 | 374 | 50 | 17 | 0 | 1 | 313 | 136 | 117 |
| Binary | 10011000 | 11010101 | 11111100 | 101000 | 1111 | 0 | 1 | 11001011 | 1011110 | 1001111 |
Color Harmonies of #98D5FC
Complementary color
Monochromatic Colors of #98D5FC
Black with #98D5FC
Text Example
Text Example
White with #98D5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D5FC; }
p { color: rgb(152,213,252); }
H1.HeaderClassName
{
color: #98D5FC;
}
.AnyTagClassName
{
color: #98D5FC;
}
</style>
background-color css
<style>
a { background-color: #98D5FC; }
a { background-color: rgb(152,213,252); }
div.DivClassName
{
background-color: #98D5FC;
}
.BgClassName
{
background-color: #98D5FC;
}
</style>
border-color css
<style>
span { border-color: #98D5FC; }
span { border-color: rgb(152,213,252); }
td.TdClassName
{
border-color: #98D5FC;
}
.TagClassName
{
border-color: #98D5FC;
}
</style>