Shades of Columbia Blue #98DCFD
Tints of Columbia Blue #98DCFD
RGB
CMYK
RGB Variations
Color information
#98DCFD (or 0x98DCFD) is known color: Columbia Blue. HEX triplet: 98, DC and FD. RGB value is (152,220,253). Sum of RGB (Red+Green+Blue) = 152+220+253=625 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.32% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #98DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DCFD is #672302. Grayscale: #CBCBCB. Windows color (decimal): -6759171 or 16637080. OLE color: 16637080.
HSL color Cylindrical-coordinate representation of color #98DCFD: hue angle of 199.6º 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 #98DCFD is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 220 | 253 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.01 |
| HSL | 199.6º | 0.96% | 0.79% | - |
| HSV(B) | 199.6º | 0.4% | 0.99% | - |
| XYZ | 56.27 | 64.95 | 102.5 | - |
| YUV | 203.43 | 155.97 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 253 | 0.40 | 0.13 | 0 | 0.01 | 199.6 | 0.96 | 0.79 |
| Hex | 98 | DC | FD | 28 | D | 0 | 1 | C8 | 60 | 4F |
| Octal | 230 | 334 | 375 | 50 | 15 | 0 | 1 | 310 | 140 | 117 |
| Binary | 10011000 | 11011100 | 11111101 | 101000 | 1101 | 0 | 1 | 11001000 | 1100000 | 1001111 |
Color Harmonies of #98DCFD
Complementary color
Monochromatic Colors of #98DCFD
Black with #98DCFD
Text Example
Text Example
White with #98DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCFD; }
p { color: rgb(152,220,253); }
H1.HeaderClassName
{
color: #98DCFD;
}
.AnyTagClassName
{
color: #98DCFD;
}
</style>
background-color css
<style>
a { background-color: #98DCFD; }
a { background-color: rgb(152,220,253); }
div.DivClassName
{
background-color: #98DCFD;
}
.BgClassName
{
background-color: #98DCFD;
}
</style>
border-color css
<style>
span { border-color: #98DCFD; }
span { border-color: rgb(152,220,253); }
td.TdClassName
{
border-color: #98DCFD;
}
.TagClassName
{
border-color: #98DCFD;
}
</style>