Shades of Columbia Blue #9BD7F1
Tints of Columbia Blue #9BD7F1
RGB
CMYK
RGB Variations
Color information
#9BD7F1 (or 0x9BD7F1) is known color: Columbia Blue. HEX triplet: 9B, D7 and F1. RGB value is (155,215,241). Sum of RGB (Red+Green+Blue) = 155+215+241=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BD7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD7F1 is #64280E. Grayscale: #C7C7C7. Windows color (decimal): -6563855 or 15849371. OLE color: 15849371.
HSL color Cylindrical-coordinate representation of color #9BD7F1: hue angle of 198.14º 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 #9BD7F1 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 215 | 241 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.05 |
| HSL | 198.14º | 0.75% | 0.78% | - |
| HSV(B) | 198.14º | 0.36% | 0.95% | - |
| XYZ | 53.7 | 61.92 | 92.34 | - |
| YUV | 200.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 241 | 0.36 | 0.11 | 0 | 0.05 | 198.14 | 0.75 | 0.78 |
| Hex | 9B | D7 | F1 | 24 | B | 0 | 5 | C6 | 4B | 4E |
| Octal | 233 | 327 | 361 | 44 | 13 | 0 | 5 | 306 | 113 | 116 |
| Binary | 10011011 | 11010111 | 11110001 | 100100 | 1011 | 0 | 101 | 11000110 | 1001011 | 1001110 |
Color Harmonies of #9BD7F1
Complementary color
Monochromatic Colors of #9BD7F1
Black with #9BD7F1
Text Example
Text Example
White with #9BD7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD7F1; }
p { color: rgb(155,215,241); }
H1.HeaderClassName
{
color: #9BD7F1;
}
.AnyTagClassName
{
color: #9BD7F1;
}
</style>
background-color css
<style>
a { background-color: #9BD7F1; }
a { background-color: rgb(155,215,241); }
div.DivClassName
{
background-color: #9BD7F1;
}
.BgClassName
{
background-color: #9BD7F1;
}
</style>
border-color css
<style>
span { border-color: #9BD7F1; }
span { border-color: rgb(155,215,241); }
td.TdClassName
{
border-color: #9BD7F1;
}
.TagClassName
{
border-color: #9BD7F1;
}
</style>