Shades of Columbia Blue #98D4FF
Tints of Columbia Blue #98D4FF
RGB
CMYK
RGB Variations
Color information
#98D4FF (or 0x98D4FF) is known color: Columbia Blue. HEX triplet: 98, D4 and FF. RGB value is (152,212,255). Sum of RGB (Red+Green+Blue) = 152+212+255=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #98D4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D4FF is #672B00. Grayscale: #C6C6C6. Windows color (decimal): -6761217 or 16766104. OLE color: 16766104.
HSL color Cylindrical-coordinate representation of color #98D4FF: hue angle of 205.05º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98D4FF is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 212 | 255 | - |
| CMYK | 0.40 | 0.17 | 0 | 0 |
| HSL | 205.05º | 1% | 0.8% | - |
| HSV(B) | 205.05º | 0.4% | 1% | - |
| XYZ | 54.54 | 60.98 | 103.5 | - |
| YUV | 198.96 | 159.62 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 212 | 255 | 0.40 | 0.17 | 0 | 0 | 205.05 | 1 | 0.8 |
| Hex | 98 | D4 | FF | 28 | 11 | 0 | 0 | CD | 64 | 50 |
| Octal | 230 | 324 | 377 | 50 | 21 | 0 | 0 | 315 | 144 | 120 |
| Binary | 10011000 | 11010100 | 11111111 | 101000 | 10001 | 0 | 0 | 11001101 | 1100100 | 1010000 |
Color Harmonies of #98D4FF
Complementary color
Monochromatic Colors of #98D4FF
Black with #98D4FF
Text Example
Text Example
White with #98D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D4FF; }
p { color: rgb(152,212,255); }
H1.HeaderClassName
{
color: #98D4FF;
}
.AnyTagClassName
{
color: #98D4FF;
}
</style>
background-color css
<style>
a { background-color: #98D4FF; }
a { background-color: rgb(152,212,255); }
div.DivClassName
{
background-color: #98D4FF;
}
.BgClassName
{
background-color: #98D4FF;
}
</style>
border-color css
<style>
span { border-color: #98D4FF; }
span { border-color: rgb(152,212,255); }
td.TdClassName
{
border-color: #98D4FF;
}
.TagClassName
{
border-color: #98D4FF;
}
</style>