Shades of Columbia Blue #98E1FD
Tints of Columbia Blue #98E1FD
RGB
CMYK
RGB Variations
Color information
#98E1FD (or 0x98E1FD) is known color: Columbia Blue. HEX triplet: 98, E1 and FD. RGB value is (152,225,253). Sum of RGB (Red+Green+Blue) = 152+225+253=630 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.13% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #98E1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E1FD is #671E02. Grayscale: #CECECE. Windows color (decimal): -6757891 or 16638360. OLE color: 16638360.
HSL color Cylindrical-coordinate representation of color #98E1FD: hue angle of 196.63º degrees, saturation: 0.96, 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 #98E1FD is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 225 | 253 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.01 |
| HSL | 196.63º | 0.96% | 0.79% | - |
| HSV(B) | 196.63º | 0.4% | 0.99% | - |
| XYZ | 57.6 | 67.62 | 102.94 | - |
| YUV | 206.37 | 154.32 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 225 | 253 | 0.40 | 0.11 | 0 | 0.01 | 196.63 | 0.96 | 0.79 |
| Hex | 98 | E1 | FD | 28 | B | 0 | 1 | C5 | 60 | 4F |
| Octal | 230 | 341 | 375 | 50 | 13 | 0 | 1 | 305 | 140 | 117 |
| Binary | 10011000 | 11100001 | 11111101 | 101000 | 1011 | 0 | 1 | 11000101 | 1100000 | 1001111 |
Color Harmonies of #98E1FD
Complementary color
Monochromatic Colors of #98E1FD
Black with #98E1FD
Text Example
Text Example
White with #98E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E1FD; }
p { color: rgb(152,225,253); }
H1.HeaderClassName
{
color: #98E1FD;
}
.AnyTagClassName
{
color: #98E1FD;
}
</style>
background-color css
<style>
a { background-color: #98E1FD; }
a { background-color: rgb(152,225,253); }
div.DivClassName
{
background-color: #98E1FD;
}
.BgClassName
{
background-color: #98E1FD;
}
</style>
border-color css
<style>
span { border-color: #98E1FD; }
span { border-color: rgb(152,225,253); }
td.TdClassName
{
border-color: #98E1FD;
}
.TagClassName
{
border-color: #98E1FD;
}
</style>