Shades of Columbia Blue #98E6FF
Tints of Columbia Blue #98E6FF
RGB
CMYK
RGB Variations
Color information
#98E6FF (or 0x98E6FF) is known color: Columbia Blue. HEX triplet: 98, E6 and FF. RGB value is (152,230,255). Sum of RGB (Red+Green+Blue) = 152+230+255=637 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.86% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #98E6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E6FF is #671900. Grayscale: #D1D1D1. Windows color (decimal): -6756609 or 16770712. OLE color: 16770712.
HSL color Cylindrical-coordinate representation of color #98E6FF: hue angle of 194.56º 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 #98E6FF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 230 | 255 | - |
| CMYK | 0.40 | 0.10 | 0 | 0 |
| HSL | 194.56º | 1% | 0.8% | - |
| HSV(B) | 194.56º | 0.4% | 1% | - |
| XYZ | 59.3 | 70.49 | 105.09 | - |
| YUV | 209.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 230 | 255 | 0.40 | 0.10 | 0 | 0 | 194.56 | 1 | 0.8 |
| Hex | 98 | E6 | FF | 28 | A | 0 | 0 | C3 | 64 | 50 |
| Octal | 230 | 346 | 377 | 50 | 12 | 0 | 0 | 303 | 144 | 120 |
| Binary | 10011000 | 11100110 | 11111111 | 101000 | 1010 | 0 | 0 | 11000011 | 1100100 | 1010000 |
Color Harmonies of #98E6FF
Complementary color
Monochromatic Colors of #98E6FF
Black with #98E6FF
Text Example
Text Example
White with #98E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E6FF; }
p { color: rgb(152,230,255); }
H1.HeaderClassName
{
color: #98E6FF;
}
.AnyTagClassName
{
color: #98E6FF;
}
</style>
background-color css
<style>
a { background-color: #98E6FF; }
a { background-color: rgb(152,230,255); }
div.DivClassName
{
background-color: #98E6FF;
}
.BgClassName
{
background-color: #98E6FF;
}
</style>
border-color css
<style>
span { border-color: #98E6FF; }
span { border-color: rgb(152,230,255); }
td.TdClassName
{
border-color: #98E6FF;
}
.TagClassName
{
border-color: #98E6FF;
}
</style>