Shades of Columbia Blue #9BCCFF
Tints of Columbia Blue #9BCCFF
RGB
CMYK
RGB Variations
Color information
#9BCCFF (or 0x9BCCFF) is known color: Columbia Blue. HEX triplet: 9B, CC and FF. RGB value is (155,204,255). Sum of RGB (Red+Green+Blue) = 155+204+255=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCFF is #643300. Grayscale: #C2C2C2. Windows color (decimal): -6566657 or 16764059. OLE color: 16764059.
HSL color Cylindrical-coordinate representation of color #9BCCFF: hue angle of 210.6º 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 #9BCCFF is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 204 | 255 | - |
| CMYK | 0.39 | 0.2 | 0 | 0 |
| HSL | 210.6º | 1% | 0.8% | - |
| HSV(B) | 210.6º | 0.39% | 1% | - |
| XYZ | 53.16 | 57.37 | 102.88 | - |
| YUV | 195.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 255 | 0.39 | 0.2 | 0 | 0 | 210.6 | 1 | 0.8 |
| Hex | 9B | CC | FF | 27 | 14 | 0 | 0 | D3 | 64 | 50 |
| Octal | 233 | 314 | 377 | 47 | 24 | 0 | 0 | 323 | 144 | 120 |
| Binary | 10011011 | 11001100 | 11111111 | 100111 | 10100 | 0 | 0 | 11010011 | 1100100 | 1010000 |
Color Harmonies of #9BCCFF
Complementary color
Monochromatic Colors of #9BCCFF
Black with #9BCCFF
Text Example
Text Example
White with #9BCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCFF; }
p { color: rgb(155,204,255); }
H1.HeaderClassName
{
color: #9BCCFF;
}
.AnyTagClassName
{
color: #9BCCFF;
}
</style>
background-color css
<style>
a { background-color: #9BCCFF; }
a { background-color: rgb(155,204,255); }
div.DivClassName
{
background-color: #9BCCFF;
}
.BgClassName
{
background-color: #9BCCFF;
}
</style>
border-color css
<style>
span { border-color: #9BCCFF; }
span { border-color: rgb(155,204,255); }
td.TdClassName
{
border-color: #9BCCFF;
}
.TagClassName
{
border-color: #9BCCFF;
}
</style>