Shades of Columbia Blue #9BDCF6
Tints of Columbia Blue #9BDCF6
RGB
CMYK
RGB Variations
Color information
#9BDCF6 (or 0x9BDCF6) is known color: Columbia Blue. HEX triplet: 9B, DC and F6. RGB value is (155,220,246). Sum of RGB (Red+Green+Blue) = 155+220+246=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #9BDCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDCF6 is #642309. Grayscale: #CBCBCB. Windows color (decimal): -6562570 or 16178331. OLE color: 16178331.
HSL color Cylindrical-coordinate representation of color #9BDCF6: hue angle of 197.14º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BDCF6 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 220 | 246 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.04 |
| HSL | 197.14º | 0.83% | 0.79% | - |
| HSV(B) | 197.14º | 0.37% | 0.96% | - |
| XYZ | 55.75 | 64.81 | 96.76 | - |
| YUV | 203.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 246 | 0.37 | 0.11 | 0 | 0.04 | 197.14 | 0.83 | 0.79 |
| Hex | 9B | DC | F6 | 25 | B | 0 | 4 | C5 | 53 | 4F |
| Octal | 233 | 334 | 366 | 45 | 13 | 0 | 4 | 305 | 123 | 117 |
| Binary | 10011011 | 11011100 | 11110110 | 100101 | 1011 | 0 | 100 | 11000101 | 1010011 | 1001111 |
Color Harmonies of #9BDCF6
Complementary color
Monochromatic Colors of #9BDCF6
Black with #9BDCF6
Text Example
Text Example
White with #9BDCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDCF6; }
p { color: rgb(155,220,246); }
H1.HeaderClassName
{
color: #9BDCF6;
}
.AnyTagClassName
{
color: #9BDCF6;
}
</style>
background-color css
<style>
a { background-color: #9BDCF6; }
a { background-color: rgb(155,220,246); }
div.DivClassName
{
background-color: #9BDCF6;
}
.BgClassName
{
background-color: #9BDCF6;
}
</style>
border-color css
<style>
span { border-color: #9BDCF6; }
span { border-color: rgb(155,220,246); }
td.TdClassName
{
border-color: #9BDCF6;
}
.TagClassName
{
border-color: #9BDCF6;
}
</style>