Shades of Columbia Blue #9EDBF6
Tints of Columbia Blue #9EDBF6
RGB
CMYK
RGB Variations
Color information
#9EDBF6 (or 0x9EDBF6) is known color: Columbia Blue. HEX triplet: 9E, DB and F6. RGB value is (158,219,246). Sum of RGB (Red+Green+Blue) = 158+219+246=623 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.36% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #9EDBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDBF6 is #612409. Grayscale: #CBCBCB. Windows color (decimal): -6366218 or 16178078. OLE color: 16178078.
HSL color Cylindrical-coordinate representation of color #9EDBF6: hue angle of 198.41º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EDBF6 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 219 | 246 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.04 |
| HSL | 198.41º | 0.83% | 0.79% | - |
| HSV(B) | 198.41º | 0.36% | 0.96% | - |
| XYZ | 56.07 | 64.59 | 96.7 | - |
| YUV | 203.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 246 | 0.36 | 0.11 | 0 | 0.04 | 198.41 | 0.83 | 0.79 |
| Hex | 9E | DB | F6 | 24 | B | 0 | 4 | C6 | 53 | 4F |
| Octal | 236 | 333 | 366 | 44 | 13 | 0 | 4 | 306 | 123 | 117 |
| Binary | 10011110 | 11011011 | 11110110 | 100100 | 1011 | 0 | 100 | 11000110 | 1010011 | 1001111 |
Color Harmonies of #9EDBF6
Complementary color
Monochromatic Colors of #9EDBF6
Black with #9EDBF6
Text Example
Text Example
White with #9EDBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBF6; }
p { color: rgb(158,219,246); }
H1.HeaderClassName
{
color: #9EDBF6;
}
.AnyTagClassName
{
color: #9EDBF6;
}
</style>
background-color css
<style>
a { background-color: #9EDBF6; }
a { background-color: rgb(158,219,246); }
div.DivClassName
{
background-color: #9EDBF6;
}
.BgClassName
{
background-color: #9EDBF6;
}
</style>
border-color css
<style>
span { border-color: #9EDBF6; }
span { border-color: rgb(158,219,246); }
td.TdClassName
{
border-color: #9EDBF6;
}
.TagClassName
{
border-color: #9EDBF6;
}
</style>