Shades of Columbia Blue #98CEFF
Tints of Columbia Blue #98CEFF
RGB
CMYK
RGB Variations
Color information
#98CEFF (or 0x98CEFF) is known color: Columbia Blue. HEX triplet: 98, CE and FF. RGB value is (152,206,255). Sum of RGB (Red+Green+Blue) = 152+206+255=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #98CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CEFF is #673100. Grayscale: #C3C3C3. Windows color (decimal): -6762753 or 16764568. OLE color: 16764568.
HSL color Cylindrical-coordinate representation of color #98CEFF: hue angle of 208.54º 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 #98CEFF is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 206 | 255 | - |
| CMYK | 0.40 | 0.19 | 0 | 0 |
| HSL | 208.54º | 1% | 0.8% | - |
| HSV(B) | 208.54º | 0.4% | 1% | - |
| XYZ | 53.07 | 58.04 | 103.01 | - |
| YUV | 195.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 255 | 0.40 | 0.19 | 0 | 0 | 208.54 | 1 | 0.8 |
| Hex | 98 | CE | FF | 28 | 13 | 0 | 0 | D1 | 64 | 50 |
| Octal | 230 | 316 | 377 | 50 | 23 | 0 | 0 | 321 | 144 | 120 |
| Binary | 10011000 | 11001110 | 11111111 | 101000 | 10011 | 0 | 0 | 11010001 | 1100100 | 1010000 |
Color Harmonies of #98CEFF
Complementary color
Monochromatic Colors of #98CEFF
Black with #98CEFF
Text Example
Text Example
White with #98CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CEFF; }
p { color: rgb(152,206,255); }
H1.HeaderClassName
{
color: #98CEFF;
}
.AnyTagClassName
{
color: #98CEFF;
}
</style>
background-color css
<style>
a { background-color: #98CEFF; }
a { background-color: rgb(152,206,255); }
div.DivClassName
{
background-color: #98CEFF;
}
.BgClassName
{
background-color: #98CEFF;
}
</style>
border-color css
<style>
span { border-color: #98CEFF; }
span { border-color: rgb(152,206,255); }
td.TdClassName
{
border-color: #98CEFF;
}
.TagClassName
{
border-color: #98CEFF;
}
</style>