Shades of Columbia Blue #98EAFC
Tints of Columbia Blue #98EAFC
RGB
CMYK
RGB Variations
Color information
#98EAFC (or 0x98EAFC) is known color: Columbia Blue. HEX triplet: 98, EA and FC. RGB value is (152,234,252). Sum of RGB (Red+Green+Blue) = 152+234+252=638 (84% of max value = 765). Red value is 152 (59.77% from 255 or 23.82% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #98EAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAFC is #671503. Grayscale: #D3D3D3. Windows color (decimal): -6755588 or 16575128. OLE color: 16575128.
HSL color Cylindrical-coordinate representation of color #98EAFC: hue angle of 190.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98EAFC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 234 | 252 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.01 |
| HSL | 190.8º | 0.94% | 0.79% | - |
| HSV(B) | 190.8º | 0.4% | 0.99% | - |
| XYZ | 59.94 | 72.55 | 102.94 | - |
| YUV | 211.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 252 | 0.40 | 0.07 | 0 | 0.01 | 190.8 | 0.94 | 0.79 |
| Hex | 98 | EA | FC | 28 | 7 | 0 | 1 | BF | 5E | 4F |
| Octal | 230 | 352 | 374 | 50 | 7 | 0 | 1 | 277 | 136 | 117 |
| Binary | 10011000 | 11101010 | 11111100 | 101000 | 111 | 0 | 1 | 10111111 | 1011110 | 1001111 |
Color Harmonies of #98EAFC
Complementary color
Monochromatic Colors of #98EAFC
Black with #98EAFC
Text Example
Text Example
White with #98EAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAFC; }
p { color: rgb(152,234,252); }
H1.HeaderClassName
{
color: #98EAFC;
}
.AnyTagClassName
{
color: #98EAFC;
}
</style>
background-color css
<style>
a { background-color: #98EAFC; }
a { background-color: rgb(152,234,252); }
div.DivClassName
{
background-color: #98EAFC;
}
.BgClassName
{
background-color: #98EAFC;
}
</style>
border-color css
<style>
span { border-color: #98EAFC; }
span { border-color: rgb(152,234,252); }
td.TdClassName
{
border-color: #98EAFC;
}
.TagClassName
{
border-color: #98EAFC;
}
</style>