Shades of Columbia Blue #98E0FA
Tints of Columbia Blue #98E0FA
RGB
CMYK
RGB Variations
Color information
#98E0FA (or 0x98E0FA) is known color: Columbia Blue. HEX triplet: 98, E0 and FA. RGB value is (152,224,250). Sum of RGB (Red+Green+Blue) = 152+224+250=626 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.28% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #98E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E0FA is #671F05. Grayscale: #CDCDCD. Windows color (decimal): -6758150 or 16441496. OLE color: 16441496.
HSL color Cylindrical-coordinate representation of color #98E0FA: hue angle of 195.92º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98E0FA is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 224 | 250 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.02 |
| HSL | 195.92º | 0.91% | 0.79% | - |
| HSV(B) | 195.92º | 0.39% | 0.98% | - |
| XYZ | 56.86 | 66.89 | 100.36 | - |
| YUV | 205.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 250 | 0.39 | 0.10 | 0 | 0.02 | 195.92 | 0.91 | 0.79 |
| Hex | 98 | E0 | FA | 27 | A | 0 | 2 | C4 | 5B | 4F |
| Octal | 230 | 340 | 372 | 47 | 12 | 0 | 2 | 304 | 133 | 117 |
| Binary | 10011000 | 11100000 | 11111010 | 100111 | 1010 | 0 | 10 | 11000100 | 1011011 | 1001111 |
Color Harmonies of #98E0FA
Complementary color
Monochromatic Colors of #98E0FA
Black with #98E0FA
Text Example
Text Example
White with #98E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E0FA; }
p { color: rgb(152,224,250); }
H1.HeaderClassName
{
color: #98E0FA;
}
.AnyTagClassName
{
color: #98E0FA;
}
</style>
background-color css
<style>
a { background-color: #98E0FA; }
a { background-color: rgb(152,224,250); }
div.DivClassName
{
background-color: #98E0FA;
}
.BgClassName
{
background-color: #98E0FA;
}
</style>
border-color css
<style>
span { border-color: #98E0FA; }
span { border-color: rgb(152,224,250); }
td.TdClassName
{
border-color: #98E0FA;
}
.TagClassName
{
border-color: #98E0FA;
}
</style>