Shades of Columbia Blue #98D3FF
Tints of Columbia Blue #98D3FF
RGB
CMYK
RGB Variations
Color information
#98D3FF (or 0x98D3FF) is known color: Columbia Blue. HEX triplet: 98, D3 and FF. RGB value is (152,211,255). Sum of RGB (Red+Green+Blue) = 152+211+255=618 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.60% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #98D3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D3FF is #672C00. Grayscale: #C6C6C6. Windows color (decimal): -6761473 or 16765848. OLE color: 16765848.
HSL color Cylindrical-coordinate representation of color #98D3FF: hue angle of 205.63º 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 #98D3FF is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 211 | 255 | - |
| CMYK | 0.40 | 0.17 | 0 | 0 |
| HSL | 205.63º | 1% | 0.8% | - |
| HSV(B) | 205.63º | 0.4% | 1% | - |
| XYZ | 54.29 | 60.48 | 103.42 | - |
| YUV | 198.38 | 159.95 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 255 | 0.40 | 0.17 | 0 | 0 | 205.63 | 1 | 0.8 |
| Hex | 98 | D3 | FF | 28 | 11 | 0 | 0 | CE | 64 | 50 |
| Octal | 230 | 323 | 377 | 50 | 21 | 0 | 0 | 316 | 144 | 120 |
| Binary | 10011000 | 11010011 | 11111111 | 101000 | 10001 | 0 | 0 | 11001110 | 1100100 | 1010000 |
Color Harmonies of #98D3FF
Complementary color
Monochromatic Colors of #98D3FF
Black with #98D3FF
Text Example
Text Example
White with #98D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D3FF; }
p { color: rgb(152,211,255); }
H1.HeaderClassName
{
color: #98D3FF;
}
.AnyTagClassName
{
color: #98D3FF;
}
</style>
background-color css
<style>
a { background-color: #98D3FF; }
a { background-color: rgb(152,211,255); }
div.DivClassName
{
background-color: #98D3FF;
}
.BgClassName
{
background-color: #98D3FF;
}
</style>
border-color css
<style>
span { border-color: #98D3FF; }
span { border-color: rgb(152,211,255); }
td.TdClassName
{
border-color: #98D3FF;
}
.TagClassName
{
border-color: #98D3FF;
}
</style>