Shades of Columbia Blue #98D1FA
Tints of Columbia Blue #98D1FA
RGB
CMYK
RGB Variations
Color information
#98D1FA (or 0x98D1FA) is known color: Columbia Blue. HEX triplet: 98, D1 and FA. RGB value is (152,209,250). Sum of RGB (Red+Green+Blue) = 152+209+250=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #98D1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D1FA is #672E05. Grayscale: #C4C4C4. Windows color (decimal): -6761990 or 16437656. OLE color: 16437656.
HSL color Cylindrical-coordinate representation of color #98D1FA: hue angle of 205.1º 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 #98D1FA is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 209 | 250 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.02 |
| HSL | 205.1º | 0.91% | 0.79% | - |
| HSV(B) | 205.1º | 0.39% | 0.98% | - |
| XYZ | 53 | 59.18 | 99.07 | - |
| YUV | 196.63 | 158.12 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 250 | 0.39 | 0.16 | 0 | 0.02 | 205.1 | 0.91 | 0.79 |
| Hex | 98 | D1 | FA | 27 | 10 | 0 | 2 | CD | 5B | 4F |
| Octal | 230 | 321 | 372 | 47 | 20 | 0 | 2 | 315 | 133 | 117 |
| Binary | 10011000 | 11010001 | 11111010 | 100111 | 10000 | 0 | 10 | 11001101 | 1011011 | 1001111 |
Color Harmonies of #98D1FA
Complementary color
Monochromatic Colors of #98D1FA
Black with #98D1FA
Text Example
Text Example
White with #98D1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D1FA; }
p { color: rgb(152,209,250); }
H1.HeaderClassName
{
color: #98D1FA;
}
.AnyTagClassName
{
color: #98D1FA;
}
</style>
background-color css
<style>
a { background-color: #98D1FA; }
a { background-color: rgb(152,209,250); }
div.DivClassName
{
background-color: #98D1FA;
}
.BgClassName
{
background-color: #98D1FA;
}
</style>
border-color css
<style>
span { border-color: #98D1FA; }
span { border-color: rgb(152,209,250); }
td.TdClassName
{
border-color: #98D1FA;
}
.TagClassName
{
border-color: #98D1FA;
}
</style>