Shades of Columbia Blue #9BCFFF
Tints of Columbia Blue #9BCFFF
RGB
CMYK
RGB Variations
Color information
#9BCFFF (or 0x9BCFFF) is known color: Columbia Blue. HEX triplet: 9B, CF and FF. RGB value is (155,207,255). Sum of RGB (Red+Green+Blue) = 155+207+255=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BCFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFFF is #643000. Grayscale: #C4C4C4. Windows color (decimal): -6565889 or 16764827. OLE color: 16764827.
HSL color Cylindrical-coordinate representation of color #9BCFFF: hue angle of 208.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BCFFF is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 207 | 255 | - |
| CMYK | 0.39 | 0.19 | 0 | 0 |
| HSL | 208.8º | 1% | 0.8% | - |
| HSV(B) | 208.8º | 0.39% | 1% | - |
| XYZ | 53.88 | 58.81 | 103.12 | - |
| YUV | 196.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 255 | 0.39 | 0.19 | 0 | 0 | 208.8 | 1 | 0.8 |
| Hex | 9B | CF | FF | 27 | 13 | 0 | 0 | D1 | 64 | 50 |
| Octal | 233 | 317 | 377 | 47 | 23 | 0 | 0 | 321 | 144 | 120 |
| Binary | 10011011 | 11001111 | 11111111 | 100111 | 10011 | 0 | 0 | 11010001 | 1100100 | 1010000 |
Color Harmonies of #9BCFFF
Complementary color
Monochromatic Colors of #9BCFFF
Black with #9BCFFF
Text Example
Text Example
White with #9BCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFFF; }
p { color: rgb(155,207,255); }
H1.HeaderClassName
{
color: #9BCFFF;
}
.AnyTagClassName
{
color: #9BCFFF;
}
</style>
background-color css
<style>
a { background-color: #9BCFFF; }
a { background-color: rgb(155,207,255); }
div.DivClassName
{
background-color: #9BCFFF;
}
.BgClassName
{
background-color: #9BCFFF;
}
</style>
border-color css
<style>
span { border-color: #9BCFFF; }
span { border-color: rgb(155,207,255); }
td.TdClassName
{
border-color: #9BCFFF;
}
.TagClassName
{
border-color: #9BCFFF;
}
</style>