Shades of Columbia Blue #98CFFF
Tints of Columbia Blue #98CFFF
RGB
CMYK
RGB Variations
Color information
#98CFFF (or 0x98CFFF) is known color: Columbia Blue. HEX triplet: 98, CF and FF. RGB value is (152,207,255). Sum of RGB (Red+Green+Blue) = 152+207+255=614 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.76% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #98CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CFFF is #673000. Grayscale: #C3C3C3. Windows color (decimal): -6762497 or 16764824. OLE color: 16764824.
HSL color Cylindrical-coordinate representation of color #98CFFF: hue angle of 207.96º 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 #98CFFF is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 207 | 255 | - |
| CMYK | 0.40 | 0.19 | 0 | 0 |
| HSL | 207.96º | 1% | 0.8% | - |
| HSV(B) | 207.96º | 0.4% | 1% | - |
| XYZ | 53.31 | 58.52 | 103.09 | - |
| YUV | 196.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 255 | 0.40 | 0.19 | 0 | 0 | 207.96 | 1 | 0.8 |
| Hex | 98 | CF | FF | 28 | 13 | 0 | 0 | D0 | 64 | 50 |
| Octal | 230 | 317 | 377 | 50 | 23 | 0 | 0 | 320 | 144 | 120 |
| Binary | 10011000 | 11001111 | 11111111 | 101000 | 10011 | 0 | 0 | 11010000 | 1100100 | 1010000 |
Color Harmonies of #98CFFF
Complementary color
Monochromatic Colors of #98CFFF
Black with #98CFFF
Text Example
Text Example
White with #98CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFFF; }
p { color: rgb(152,207,255); }
H1.HeaderClassName
{
color: #98CFFF;
}
.AnyTagClassName
{
color: #98CFFF;
}
</style>
background-color css
<style>
a { background-color: #98CFFF; }
a { background-color: rgb(152,207,255); }
div.DivClassName
{
background-color: #98CFFF;
}
.BgClassName
{
background-color: #98CFFF;
}
</style>
border-color css
<style>
span { border-color: #98CFFF; }
span { border-color: rgb(152,207,255); }
td.TdClassName
{
border-color: #98CFFF;
}
.TagClassName
{
border-color: #98CFFF;
}
</style>