Shades of Columbia Blue #98D9FE
Tints of Columbia Blue #98D9FE
RGB
CMYK
RGB Variations
Color information
#98D9FE (or 0x98D9FE) is known color: Columbia Blue. HEX triplet: 98, D9 and FE. RGB value is (152,217,254). Sum of RGB (Red+Green+Blue) = 152+217+254=623 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.40% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #98D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D9FE is #672601. Grayscale: #C9C9C9. Windows color (decimal): -6759938 or 16701848. OLE color: 16701848.
HSL color Cylindrical-coordinate representation of color #98D9FE: hue angle of 201.76º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98D9FE is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 217 | 254 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.00 |
| HSL | 201.76º | 0.98% | 0.8% | - |
| HSV(B) | 201.76º | 0.4% | 1% | - |
| XYZ | 55.65 | 63.46 | 103.08 | - |
| YUV | 201.78 | 157.47 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 254 | 0.40 | 0.15 | 0 | 0.00 | 201.76 | 0.98 | 0.8 |
| Hex | 98 | D9 | FE | 28 | F | 0 | 0 | CA | 62 | 50 |
| Octal | 230 | 331 | 376 | 50 | 17 | 0 | 0 | 312 | 142 | 120 |
| Binary | 10011000 | 11011001 | 11111110 | 101000 | 1111 | 0 | 0 | 11001010 | 1100010 | 1010000 |
Color Harmonies of #98D9FE
Complementary color
Monochromatic Colors of #98D9FE
Black with #98D9FE
Text Example
Text Example
White with #98D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D9FE; }
p { color: rgb(152,217,254); }
H1.HeaderClassName
{
color: #98D9FE;
}
.AnyTagClassName
{
color: #98D9FE;
}
</style>
background-color css
<style>
a { background-color: #98D9FE; }
a { background-color: rgb(152,217,254); }
div.DivClassName
{
background-color: #98D9FE;
}
.BgClassName
{
background-color: #98D9FE;
}
</style>
border-color css
<style>
span { border-color: #98D9FE; }
span { border-color: rgb(152,217,254); }
td.TdClassName
{
border-color: #98D9FE;
}
.TagClassName
{
border-color: #98D9FE;
}
</style>