Shades of Columbia Blue #98D3FA
Tints of Columbia Blue #98D3FA
RGB
CMYK
RGB Variations
Color information
#98D3FA (or 0x98D3FA) is known color: Columbia Blue. HEX triplet: 98, D3 and FA. RGB value is (152,211,250). Sum of RGB (Red+Green+Blue) = 152+211+250=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #98D3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D3FA is #672C05. Grayscale: #C5C5C5. Windows color (decimal): -6761478 or 16438168. OLE color: 16438168.
HSL color Cylindrical-coordinate representation of color #98D3FA: hue angle of 203.88º degrees, saturation: 0.91, 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 #98D3FA is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 211 | 250 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.02 |
| HSL | 203.88º | 0.91% | 0.79% | - |
| HSV(B) | 203.88º | 0.39% | 0.98% | - |
| XYZ | 53.5 | 60.17 | 99.24 | - |
| YUV | 197.81 | 157.45 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 250 | 0.39 | 0.16 | 0 | 0.02 | 203.88 | 0.91 | 0.79 |
| Hex | 98 | D3 | FA | 27 | 10 | 0 | 2 | CC | 5B | 4F |
| Octal | 230 | 323 | 372 | 47 | 20 | 0 | 2 | 314 | 133 | 117 |
| Binary | 10011000 | 11010011 | 11111010 | 100111 | 10000 | 0 | 10 | 11001100 | 1011011 | 1001111 |
Color Harmonies of #98D3FA
Complementary color
Monochromatic Colors of #98D3FA
Black with #98D3FA
Text Example
Text Example
White with #98D3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D3FA; }
p { color: rgb(152,211,250); }
H1.HeaderClassName
{
color: #98D3FA;
}
.AnyTagClassName
{
color: #98D3FA;
}
</style>
background-color css
<style>
a { background-color: #98D3FA; }
a { background-color: rgb(152,211,250); }
div.DivClassName
{
background-color: #98D3FA;
}
.BgClassName
{
background-color: #98D3FA;
}
</style>
border-color css
<style>
span { border-color: #98D3FA; }
span { border-color: rgb(152,211,250); }
td.TdClassName
{
border-color: #98D3FA;
}
.TagClassName
{
border-color: #98D3FA;
}
</style>