Shades of Columbia Blue #98DCFF
Tints of Columbia Blue #98DCFF
RGB
CMYK
RGB Variations
Color information
#98DCFF (or 0x98DCFF) is known color: Columbia Blue. HEX triplet: 98, DC and FF. RGB value is (152,220,255). Sum of RGB (Red+Green+Blue) = 152+220+255=627 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.24% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #98DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DCFF is #672300. Grayscale: #CBCBCB. Windows color (decimal): -6759169 or 16768152. OLE color: 16768152.
HSL color Cylindrical-coordinate representation of color #98DCFF: hue angle of 200.39º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98DCFF is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 220 | 255 | - |
| CMYK | 0.40 | 0.14 | 0 | 0 |
| HSL | 200.39º | 1% | 0.8% | - |
| HSV(B) | 200.39º | 0.4% | 1% | - |
| XYZ | 56.59 | 65.08 | 104.19 | - |
| YUV | 203.66 | 156.97 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 255 | 0.40 | 0.14 | 0 | 0 | 200.39 | 1 | 0.8 |
| Hex | 98 | DC | FF | 28 | E | 0 | 0 | C8 | 64 | 50 |
| Octal | 230 | 334 | 377 | 50 | 16 | 0 | 0 | 310 | 144 | 120 |
| Binary | 10011000 | 11011100 | 11111111 | 101000 | 1110 | 0 | 0 | 11001000 | 1100100 | 1010000 |
Color Harmonies of #98DCFF
Complementary color
Monochromatic Colors of #98DCFF
Black with #98DCFF
Text Example
Text Example
White with #98DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCFF; }
p { color: rgb(152,220,255); }
H1.HeaderClassName
{
color: #98DCFF;
}
.AnyTagClassName
{
color: #98DCFF;
}
</style>
background-color css
<style>
a { background-color: #98DCFF; }
a { background-color: rgb(152,220,255); }
div.DivClassName
{
background-color: #98DCFF;
}
.BgClassName
{
background-color: #98DCFF;
}
</style>
border-color css
<style>
span { border-color: #98DCFF; }
span { border-color: rgb(152,220,255); }
td.TdClassName
{
border-color: #98DCFF;
}
.TagClassName
{
border-color: #98DCFF;
}
</style>