Shades of Columbia Blue #98DDFA
Tints of Columbia Blue #98DDFA
RGB
CMYK
RGB Variations
Color information
#98DDFA (or 0x98DDFA) is known color: Columbia Blue. HEX triplet: 98, DD and FA. RGB value is (152,221,250). Sum of RGB (Red+Green+Blue) = 152+221+250=623 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.40% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #98DDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DDFA is #672205. Grayscale: #CBCBCB. Windows color (decimal): -6758918 or 16440728. OLE color: 16440728.
HSL color Cylindrical-coordinate representation of color #98DDFA: hue angle of 197.76º 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 #98DDFA is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 221 | 250 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.02 |
| HSL | 197.76º | 0.91% | 0.79% | - |
| HSV(B) | 197.76º | 0.39% | 0.98% | - |
| XYZ | 56.06 | 65.29 | 100.09 | - |
| YUV | 203.68 | 154.14 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 250 | 0.39 | 0.12 | 0 | 0.02 | 197.76 | 0.91 | 0.79 |
| Hex | 98 | DD | FA | 27 | C | 0 | 2 | C6 | 5B | 4F |
| Octal | 230 | 335 | 372 | 47 | 14 | 0 | 2 | 306 | 133 | 117 |
| Binary | 10011000 | 11011101 | 11111010 | 100111 | 1100 | 0 | 10 | 11000110 | 1011011 | 1001111 |
Color Harmonies of #98DDFA
Complementary color
Monochromatic Colors of #98DDFA
Black with #98DDFA
Text Example
Text Example
White with #98DDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DDFA; }
p { color: rgb(152,221,250); }
H1.HeaderClassName
{
color: #98DDFA;
}
.AnyTagClassName
{
color: #98DDFA;
}
</style>
background-color css
<style>
a { background-color: #98DDFA; }
a { background-color: rgb(152,221,250); }
div.DivClassName
{
background-color: #98DDFA;
}
.BgClassName
{
background-color: #98DDFA;
}
</style>
border-color css
<style>
span { border-color: #98DDFA; }
span { border-color: rgb(152,221,250); }
td.TdClassName
{
border-color: #98DDFA;
}
.TagClassName
{
border-color: #98DDFA;
}
</style>