Shades of Columbia Blue #9BDBFC
Tints of Columbia Blue #9BDBFC
RGB
CMYK
RGB Variations
Color information
#9BDBFC (or 0x9BDBFC) is known color: Columbia Blue. HEX triplet: 9B, DB and FC. RGB value is (155,219,252). Sum of RGB (Red+Green+Blue) = 155+219+252=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDBFC is #642403. Grayscale: #CBCBCB. Windows color (decimal): -6562820 or 16571291. OLE color: 16571291.
HSL color Cylindrical-coordinate representation of color #9BDBFC: hue angle of 200.41º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BDBFC is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 219 | 252 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.01 |
| HSL | 200.41º | 0.94% | 0.8% | - |
| HSV(B) | 200.41º | 0.38% | 0.99% | - |
| XYZ | 56.42 | 64.66 | 101.6 | - |
| YUV | 203.63 | 155.3 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 252 | 0.38 | 0.13 | 0 | 0.01 | 200.41 | 0.94 | 0.8 |
| Hex | 9B | DB | FC | 26 | D | 0 | 1 | C8 | 5E | 50 |
| Octal | 233 | 333 | 374 | 46 | 15 | 0 | 1 | 310 | 136 | 120 |
| Binary | 10011011 | 11011011 | 11111100 | 100110 | 1101 | 0 | 1 | 11001000 | 1011110 | 1010000 |
Color Harmonies of #9BDBFC
Complementary color
Monochromatic Colors of #9BDBFC
Black with #9BDBFC
Text Example
Text Example
White with #9BDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDBFC; }
p { color: rgb(155,219,252); }
H1.HeaderClassName
{
color: #9BDBFC;
}
.AnyTagClassName
{
color: #9BDBFC;
}
</style>
background-color css
<style>
a { background-color: #9BDBFC; }
a { background-color: rgb(155,219,252); }
div.DivClassName
{
background-color: #9BDBFC;
}
.BgClassName
{
background-color: #9BDBFC;
}
</style>
border-color css
<style>
span { border-color: #9BDBFC; }
span { border-color: rgb(155,219,252); }
td.TdClassName
{
border-color: #9BDBFC;
}
.TagClassName
{
border-color: #9BDBFC;
}
</style>