Shades of Columbia Blue #9BD0F9
Tints of Columbia Blue #9BD0F9
RGB
CMYK
RGB Variations
Color information
#9BD0F9 (or 0x9BD0F9) is known color: Columbia Blue. HEX triplet: 9B, D0 and F9. RGB value is (155,208,249). Sum of RGB (Red+Green+Blue) = 155+208+249=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BD0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD0F9 is #642F06. Grayscale: #C4C4C4. Windows color (decimal): -6565639 or 16371867. OLE color: 16371867.
HSL color Cylindrical-coordinate representation of color #9BD0F9: hue angle of 206.17º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BD0F9 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 208 | 249 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.02 |
| HSL | 206.17º | 0.89% | 0.79% | - |
| HSV(B) | 206.17º | 0.38% | 0.98% | - |
| XYZ | 53.17 | 58.92 | 98.19 | - |
| YUV | 196.83 | 157.44 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 249 | 0.38 | 0.16 | 0 | 0.02 | 206.17 | 0.89 | 0.79 |
| Hex | 9B | D0 | F9 | 26 | 10 | 0 | 2 | CE | 59 | 4F |
| Octal | 233 | 320 | 371 | 46 | 20 | 0 | 2 | 316 | 131 | 117 |
| Binary | 10011011 | 11010000 | 11111001 | 100110 | 10000 | 0 | 10 | 11001110 | 1011001 | 1001111 |
Color Harmonies of #9BD0F9
Complementary color
Monochromatic Colors of #9BD0F9
Black with #9BD0F9
Text Example
Text Example
White with #9BD0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD0F9; }
p { color: rgb(155,208,249); }
H1.HeaderClassName
{
color: #9BD0F9;
}
.AnyTagClassName
{
color: #9BD0F9;
}
</style>
background-color css
<style>
a { background-color: #9BD0F9; }
a { background-color: rgb(155,208,249); }
div.DivClassName
{
background-color: #9BD0F9;
}
.BgClassName
{
background-color: #9BD0F9;
}
</style>
border-color css
<style>
span { border-color: #9BD0F9; }
span { border-color: rgb(155,208,249); }
td.TdClassName
{
border-color: #9BD0F9;
}
.TagClassName
{
border-color: #9BD0F9;
}
</style>