Shades of Columbia Blue #9BDBFF
Tints of Columbia Blue #9BDBFF
RGB
CMYK
RGB Variations
Color information
#9BDBFF (or 0x9BDBFF) is known color: Columbia Blue. HEX triplet: 9B, DB and FF. RGB value is (155,219,255). Sum of RGB (Red+Green+Blue) = 155+219+255=629 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.64% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDBFF is #642400. Grayscale: #CBCBCB. Windows color (decimal): -6562817 or 16767899. OLE color: 16767899.
HSL color Cylindrical-coordinate representation of color #9BDBFF: hue angle of 201.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 #9BDBFF is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 219 | 255 | - |
| CMYK | 0.39 | 0.14 | 0 | 0 |
| HSL | 201.6º | 1% | 0.8% | - |
| HSV(B) | 201.6º | 0.39% | 1% | - |
| XYZ | 56.9 | 64.85 | 104.13 | - |
| YUV | 203.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 255 | 0.39 | 0.14 | 0 | 0 | 201.6 | 1 | 0.8 |
| Hex | 9B | DB | FF | 27 | E | 0 | 0 | CA | 64 | 50 |
| Octal | 233 | 333 | 377 | 47 | 16 | 0 | 0 | 312 | 144 | 120 |
| Binary | 10011011 | 11011011 | 11111111 | 100111 | 1110 | 0 | 0 | 11001010 | 1100100 | 1010000 |
Color Harmonies of #9BDBFF
Complementary color
Monochromatic Colors of #9BDBFF
Black with #9BDBFF
Text Example
Text Example
White with #9BDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDBFF; }
p { color: rgb(155,219,255); }
H1.HeaderClassName
{
color: #9BDBFF;
}
.AnyTagClassName
{
color: #9BDBFF;
}
</style>
background-color css
<style>
a { background-color: #9BDBFF; }
a { background-color: rgb(155,219,255); }
div.DivClassName
{
background-color: #9BDBFF;
}
.BgClassName
{
background-color: #9BDBFF;
}
</style>
border-color css
<style>
span { border-color: #9BDBFF; }
span { border-color: rgb(155,219,255); }
td.TdClassName
{
border-color: #9BDBFF;
}
.TagClassName
{
border-color: #9BDBFF;
}
</style>