Shades of Columbia Blue #98D6FA
Tints of Columbia Blue #98D6FA
RGB
CMYK
RGB Variations
Color information
#98D6FA (or 0x98D6FA) is known color: Columbia Blue. HEX triplet: 98, D6 and FA. RGB value is (152,214,250). Sum of RGB (Red+Green+Blue) = 152+214+250=616 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.68% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #98D6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D6FA is #672905. Grayscale: #C7C7C7. Windows color (decimal): -6760710 or 16438936. OLE color: 16438936.
HSL color Cylindrical-coordinate representation of color #98D6FA: hue angle of 202.04º 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 #98D6FA is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 214 | 250 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.02 |
| HSL | 202.04º | 0.91% | 0.79% | - |
| HSV(B) | 202.04º | 0.39% | 0.98% | - |
| XYZ | 54.25 | 61.67 | 99.49 | - |
| YUV | 199.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 250 | 0.39 | 0.14 | 0 | 0.02 | 202.04 | 0.91 | 0.79 |
| Hex | 98 | D6 | FA | 27 | E | 0 | 2 | CA | 5B | 4F |
| Octal | 230 | 326 | 372 | 47 | 16 | 0 | 2 | 312 | 133 | 117 |
| Binary | 10011000 | 11010110 | 11111010 | 100111 | 1110 | 0 | 10 | 11001010 | 1011011 | 1001111 |
Color Harmonies of #98D6FA
Complementary color
Monochromatic Colors of #98D6FA
Black with #98D6FA
Text Example
Text Example
White with #98D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6FA; }
p { color: rgb(152,214,250); }
H1.HeaderClassName
{
color: #98D6FA;
}
.AnyTagClassName
{
color: #98D6FA;
}
</style>
background-color css
<style>
a { background-color: #98D6FA; }
a { background-color: rgb(152,214,250); }
div.DivClassName
{
background-color: #98D6FA;
}
.BgClassName
{
background-color: #98D6FA;
}
</style>
border-color css
<style>
span { border-color: #98D6FA; }
span { border-color: rgb(152,214,250); }
td.TdClassName
{
border-color: #98D6FA;
}
.TagClassName
{
border-color: #98D6FA;
}
</style>