Shades of Columbia Blue #98DEFC
Tints of Columbia Blue #98DEFC
RGB
CMYK
RGB Variations
Color information
#98DEFC (or 0x98DEFC) is known color: Columbia Blue. HEX triplet: 98, DE and FC. RGB value is (152,222,252). Sum of RGB (Red+Green+Blue) = 152+222+252=626 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.28% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #98DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DEFC is #672103. Grayscale: #CCCCCC. Windows color (decimal): -6758660 or 16572056. OLE color: 16572056.
HSL color Cylindrical-coordinate representation of color #98DEFC: hue angle of 198º 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 #98DEFC is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 222 | 252 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.01 |
| HSL | 198º | 0.94% | 0.79% | - |
| HSV(B) | 198º | 0.4% | 0.99% | - |
| XYZ | 56.64 | 65.95 | 101.84 | - |
| YUV | 204.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 222 | 252 | 0.40 | 0.12 | 0 | 0.01 | 198 | 0.94 | 0.79 |
| Hex | 98 | DE | FC | 28 | C | 0 | 1 | C6 | 5E | 4F |
| Octal | 230 | 336 | 374 | 50 | 14 | 0 | 1 | 306 | 136 | 117 |
| Binary | 10011000 | 11011110 | 11111100 | 101000 | 1100 | 0 | 1 | 11000110 | 1011110 | 1001111 |
Color Harmonies of #98DEFC
Complementary color
Monochromatic Colors of #98DEFC
Black with #98DEFC
Text Example
Text Example
White with #98DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DEFC; }
p { color: rgb(152,222,252); }
H1.HeaderClassName
{
color: #98DEFC;
}
.AnyTagClassName
{
color: #98DEFC;
}
</style>
background-color css
<style>
a { background-color: #98DEFC; }
a { background-color: rgb(152,222,252); }
div.DivClassName
{
background-color: #98DEFC;
}
.BgClassName
{
background-color: #98DEFC;
}
</style>
border-color css
<style>
span { border-color: #98DEFC; }
span { border-color: rgb(152,222,252); }
td.TdClassName
{
border-color: #98DEFC;
}
.TagClassName
{
border-color: #98DEFC;
}
</style>