Shades of Columbia Blue #9BD5FD
Tints of Columbia Blue #9BD5FD
RGB
CMYK
RGB Variations
Color information
#9BD5FD (or 0x9BD5FD) is known color: Columbia Blue. HEX triplet: 9B, D5 and FD. RGB value is (155,213,253). Sum of RGB (Red+Green+Blue) = 155+213+253=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BD5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD5FD is #642A02. Grayscale: #C8C8C8. Windows color (decimal): -6564355 or 16635291. OLE color: 16635291.
HSL color Cylindrical-coordinate representation of color #9BD5FD: hue angle of 204.49º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BD5FD is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 213 | 253 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.01 |
| HSL | 204.49º | 0.96% | 0.8% | - |
| HSV(B) | 204.49º | 0.39% | 0.99% | - |
| XYZ | 55.04 | 61.65 | 101.93 | - |
| YUV | 200.22 | 157.78 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 253 | 0.39 | 0.16 | 0 | 0.01 | 204.49 | 0.96 | 0.8 |
| Hex | 9B | D5 | FD | 27 | 10 | 0 | 1 | CC | 60 | 50 |
| Octal | 233 | 325 | 375 | 47 | 20 | 0 | 1 | 314 | 140 | 120 |
| Binary | 10011011 | 11010101 | 11111101 | 100111 | 10000 | 0 | 1 | 11001100 | 1100000 | 1010000 |
Color Harmonies of #9BD5FD
Complementary color
Monochromatic Colors of #9BD5FD
Black with #9BD5FD
Text Example
Text Example
White with #9BD5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD5FD; }
p { color: rgb(155,213,253); }
H1.HeaderClassName
{
color: #9BD5FD;
}
.AnyTagClassName
{
color: #9BD5FD;
}
</style>
background-color css
<style>
a { background-color: #9BD5FD; }
a { background-color: rgb(155,213,253); }
div.DivClassName
{
background-color: #9BD5FD;
}
.BgClassName
{
background-color: #9BD5FD;
}
</style>
border-color css
<style>
span { border-color: #9BD5FD; }
span { border-color: rgb(155,213,253); }
td.TdClassName
{
border-color: #9BD5FD;
}
.TagClassName
{
border-color: #9BD5FD;
}
</style>