Shades of Columbia Blue #98D4FB
Tints of Columbia Blue #98D4FB
RGB
CMYK
RGB Variations
Color information
#98D4FB (or 0x98D4FB) is known color: Columbia Blue. HEX triplet: 98, D4 and FB. RGB value is (152,212,251). Sum of RGB (Red+Green+Blue) = 152+212+251=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #98D4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D4FB is #672B04. Grayscale: #C6C6C6. Windows color (decimal): -6761221 or 16503960. OLE color: 16503960.
HSL color Cylindrical-coordinate representation of color #98D4FB: hue angle of 203.64º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98D4FB is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 212 | 251 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.02 |
| HSL | 203.64º | 0.93% | 0.79% | - |
| HSV(B) | 203.64º | 0.39% | 0.98% | - |
| XYZ | 53.9 | 60.73 | 100.15 | - |
| YUV | 198.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 212 | 251 | 0.39 | 0.16 | 0 | 0.02 | 203.64 | 0.93 | 0.79 |
| Hex | 98 | D4 | FB | 27 | 10 | 0 | 2 | CC | 5D | 4F |
| Octal | 230 | 324 | 373 | 47 | 20 | 0 | 2 | 314 | 135 | 117 |
| Binary | 10011000 | 11010100 | 11111011 | 100111 | 10000 | 0 | 10 | 11001100 | 1011101 | 1001111 |
Color Harmonies of #98D4FB
Complementary color
Monochromatic Colors of #98D4FB
Black with #98D4FB
Text Example
Text Example
White with #98D4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D4FB; }
p { color: rgb(152,212,251); }
H1.HeaderClassName
{
color: #98D4FB;
}
.AnyTagClassName
{
color: #98D4FB;
}
</style>
background-color css
<style>
a { background-color: #98D4FB; }
a { background-color: rgb(152,212,251); }
div.DivClassName
{
background-color: #98D4FB;
}
.BgClassName
{
background-color: #98D4FB;
}
</style>
border-color css
<style>
span { border-color: #98D4FB; }
span { border-color: rgb(152,212,251); }
td.TdClassName
{
border-color: #98D4FB;
}
.TagClassName
{
border-color: #98D4FB;
}
</style>