Shades of Columbia Blue #9BD9F1
Tints of Columbia Blue #9BD9F1
RGB
CMYK
RGB Variations
Color information
#9BD9F1 (or 0x9BD9F1) is known color: Columbia Blue. HEX triplet: 9B, D9 and F1. RGB value is (155,217,241). Sum of RGB (Red+Green+Blue) = 155+217+241=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BD9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD9F1 is #64260E. Grayscale: #C9C9C9. Windows color (decimal): -6563343 or 15849883. OLE color: 15849883.
HSL color Cylindrical-coordinate representation of color #9BD9F1: hue angle of 196.74º degrees, saturation: 0.75, 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 #9BD9F1 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 217 | 241 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.05 |
| HSL | 196.74º | 0.75% | 0.78% | - |
| HSV(B) | 196.74º | 0.36% | 0.95% | - |
| XYZ | 54.21 | 62.95 | 92.51 | - |
| YUV | 201.2 | 150.46 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 241 | 0.36 | 0.10 | 0 | 0.05 | 196.74 | 0.75 | 0.78 |
| Hex | 9B | D9 | F1 | 24 | A | 0 | 5 | C5 | 4B | 4E |
| Octal | 233 | 331 | 361 | 44 | 12 | 0 | 5 | 305 | 113 | 116 |
| Binary | 10011011 | 11011001 | 11110001 | 100100 | 1010 | 0 | 101 | 11000101 | 1001011 | 1001110 |
Color Harmonies of #9BD9F1
Complementary color
Monochromatic Colors of #9BD9F1
Black with #9BD9F1
Text Example
Text Example
White with #9BD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD9F1; }
p { color: rgb(155,217,241); }
H1.HeaderClassName
{
color: #9BD9F1;
}
.AnyTagClassName
{
color: #9BD9F1;
}
</style>
background-color css
<style>
a { background-color: #9BD9F1; }
a { background-color: rgb(155,217,241); }
div.DivClassName
{
background-color: #9BD9F1;
}
.BgClassName
{
background-color: #9BD9F1;
}
</style>
border-color css
<style>
span { border-color: #9BD9F1; }
span { border-color: rgb(155,217,241); }
td.TdClassName
{
border-color: #9BD9F1;
}
.TagClassName
{
border-color: #9BD9F1;
}
</style>