Shades of Columbia Blue #98D0FF
Tints of Columbia Blue #98D0FF
RGB
CMYK
RGB Variations
Color information
#98D0FF (or 0x98D0FF) is known color: Columbia Blue. HEX triplet: 98, D0 and FF. RGB value is (152,208,255). Sum of RGB (Red+Green+Blue) = 152+208+255=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #98D0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98D0FF is #672F00. Grayscale: #C4C4C4. Windows color (decimal): -6762241 or 16765080. OLE color: 16765080.
HSL color Cylindrical-coordinate representation of color #98D0FF: hue angle of 207.38º 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 #98D0FF is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 208 | 255 | - |
| CMYK | 0.40 | 0.18 | 0 | 0 |
| HSL | 207.38º | 1% | 0.8% | - |
| HSV(B) | 207.38º | 0.4% | 1% | - |
| XYZ | 53.55 | 59.01 | 103.17 | - |
| YUV | 196.61 | 160.95 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 255 | 0.40 | 0.18 | 0 | 0 | 207.38 | 1 | 0.8 |
| Hex | 98 | D0 | FF | 28 | 12 | 0 | 0 | CF | 64 | 50 |
| Octal | 230 | 320 | 377 | 50 | 22 | 0 | 0 | 317 | 144 | 120 |
| Binary | 10011000 | 11010000 | 11111111 | 101000 | 10010 | 0 | 0 | 11001111 | 1100100 | 1010000 |
Color Harmonies of #98D0FF
Complementary color
Monochromatic Colors of #98D0FF
Black with #98D0FF
Text Example
Text Example
White with #98D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D0FF; }
p { color: rgb(152,208,255); }
H1.HeaderClassName
{
color: #98D0FF;
}
.AnyTagClassName
{
color: #98D0FF;
}
</style>
background-color css
<style>
a { background-color: #98D0FF; }
a { background-color: rgb(152,208,255); }
div.DivClassName
{
background-color: #98D0FF;
}
.BgClassName
{
background-color: #98D0FF;
}
</style>
border-color css
<style>
span { border-color: #98D0FF; }
span { border-color: rgb(152,208,255); }
td.TdClassName
{
border-color: #98D0FF;
}
.TagClassName
{
border-color: #98D0FF;
}
</style>