Shades of Columbia Blue #98DFFE
Tints of Columbia Blue #98DFFE
RGB
CMYK
RGB Variations
Color information
#98DFFE (or 0x98DFFE) is known color: Columbia Blue. HEX triplet: 98, DF and FE. RGB value is (152,223,254). Sum of RGB (Red+Green+Blue) = 152+223+254=629 (83% of max value = 765). Red value is 152 (59.77% from 255 or 24.17% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #98DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DFFE is #672001. Grayscale: #CDCDCD. Windows color (decimal): -6758402 or 16703384. OLE color: 16703384.
HSL color Cylindrical-coordinate representation of color #98DFFE: hue angle of 198.24º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98DFFE is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 223 | 254 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.00 |
| HSL | 198.24º | 0.98% | 0.8% | - |
| HSV(B) | 198.24º | 0.4% | 1% | - |
| XYZ | 57.23 | 66.61 | 103.61 | - |
| YUV | 205.31 | 155.48 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 254 | 0.40 | 0.12 | 0 | 0.00 | 198.24 | 0.98 | 0.8 |
| Hex | 98 | DF | FE | 28 | C | 0 | 0 | C6 | 62 | 50 |
| Octal | 230 | 337 | 376 | 50 | 14 | 0 | 0 | 306 | 142 | 120 |
| Binary | 10011000 | 11011111 | 11111110 | 101000 | 1100 | 0 | 0 | 11000110 | 1100010 | 1010000 |
Color Harmonies of #98DFFE
Complementary color
Monochromatic Colors of #98DFFE
Black with #98DFFE
Text Example
Text Example
White with #98DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFFE; }
p { color: rgb(152,223,254); }
H1.HeaderClassName
{
color: #98DFFE;
}
.AnyTagClassName
{
color: #98DFFE;
}
</style>
background-color css
<style>
a { background-color: #98DFFE; }
a { background-color: rgb(152,223,254); }
div.DivClassName
{
background-color: #98DFFE;
}
.BgClassName
{
background-color: #98DFFE;
}
</style>
border-color css
<style>
span { border-color: #98DFFE; }
span { border-color: rgb(152,223,254); }
td.TdClassName
{
border-color: #98DFFE;
}
.TagClassName
{
border-color: #98DFFE;
}
</style>