Shades of Columbia Blue #98E0FE
Tints of Columbia Blue #98E0FE
RGB
CMYK
RGB Variations
Color information
#98E0FE (or 0x98E0FE) is known color: Columbia Blue. HEX triplet: 98, E0 and FE. RGB value is (152,224,254). Sum of RGB (Red+Green+Blue) = 152+224+254=630 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.13% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #98E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E0FE is #671F01. Grayscale: #CDCDCD. Windows color (decimal): -6758146 or 16703640. OLE color: 16703640.
HSL color Cylindrical-coordinate representation of color #98E0FE: hue angle of 197.65º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98E0FE is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 224 | 254 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.00 |
| HSL | 197.65º | 0.98% | 0.8% | - |
| HSV(B) | 197.65º | 0.4% | 1% | - |
| XYZ | 57.49 | 67.14 | 103.7 | - |
| YUV | 205.89 | 155.15 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 254 | 0.40 | 0.12 | 0 | 0.00 | 197.65 | 0.98 | 0.8 |
| Hex | 98 | E0 | FE | 28 | C | 0 | 0 | C6 | 62 | 50 |
| Octal | 230 | 340 | 376 | 50 | 14 | 0 | 0 | 306 | 142 | 120 |
| Binary | 10011000 | 11100000 | 11111110 | 101000 | 1100 | 0 | 0 | 11000110 | 1100010 | 1010000 |
Color Harmonies of #98E0FE
Complementary color
Monochromatic Colors of #98E0FE
Black with #98E0FE
Text Example
Text Example
White with #98E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E0FE; }
p { color: rgb(152,224,254); }
H1.HeaderClassName
{
color: #98E0FE;
}
.AnyTagClassName
{
color: #98E0FE;
}
</style>
background-color css
<style>
a { background-color: #98E0FE; }
a { background-color: rgb(152,224,254); }
div.DivClassName
{
background-color: #98E0FE;
}
.BgClassName
{
background-color: #98E0FE;
}
</style>
border-color css
<style>
span { border-color: #98E0FE; }
span { border-color: rgb(152,224,254); }
td.TdClassName
{
border-color: #98E0FE;
}
.TagClassName
{
border-color: #98E0FE;
}
</style>