Shades of Columbia Blue #9BD6F2
Tints of Columbia Blue #9BD6F2
RGB
CMYK
RGB Variations
Color information
#9BD6F2 (or 0x9BD6F2) is known color: Columbia Blue. HEX triplet: 9B, D6 and F2. RGB value is (155,214,242). Sum of RGB (Red+Green+Blue) = 155+214+242=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BD6F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD6F2 is #64290D. Grayscale: #C7C7C7. Windows color (decimal): -6564110 or 15914651. OLE color: 15914651.
HSL color Cylindrical-coordinate representation of color #9BD6F2: hue angle of 199.31º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BD6F2 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 214 | 242 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.05 |
| HSL | 199.31º | 0.77% | 0.78% | - |
| HSV(B) | 199.31º | 0.36% | 0.95% | - |
| XYZ | 53.59 | 61.47 | 93.05 | - |
| YUV | 199.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 242 | 0.36 | 0.12 | 0 | 0.05 | 199.31 | 0.77 | 0.78 |
| Hex | 9B | D6 | F2 | 24 | C | 0 | 5 | C7 | 4D | 4E |
| Octal | 233 | 326 | 362 | 44 | 14 | 0 | 5 | 307 | 115 | 116 |
| Binary | 10011011 | 11010110 | 11110010 | 100100 | 1100 | 0 | 101 | 11000111 | 1001101 | 1001110 |
Color Harmonies of #9BD6F2
Complementary color
Monochromatic Colors of #9BD6F2
Black with #9BD6F2
Text Example
Text Example
White with #9BD6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD6F2; }
p { color: rgb(155,214,242); }
H1.HeaderClassName
{
color: #9BD6F2;
}
.AnyTagClassName
{
color: #9BD6F2;
}
</style>
background-color css
<style>
a { background-color: #9BD6F2; }
a { background-color: rgb(155,214,242); }
div.DivClassName
{
background-color: #9BD6F2;
}
.BgClassName
{
background-color: #9BD6F2;
}
</style>
border-color css
<style>
span { border-color: #9BD6F2; }
span { border-color: rgb(155,214,242); }
td.TdClassName
{
border-color: #9BD6F2;
}
.TagClassName
{
border-color: #9BD6F2;
}
</style>