Shades of Columbia Blue #9BCDFD
Tints of Columbia Blue #9BCDFD
RGB
CMYK
RGB Variations
Color information
#9BCDFD (or 0x9BCDFD) is known color: Columbia Blue. HEX triplet: 9B, CD and FD. RGB value is (155,205,253). Sum of RGB (Red+Green+Blue) = 155+205+253=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BCDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDFD is #643202. Grayscale: #C3C3C3. Windows color (decimal): -6566403 or 16633243. OLE color: 16633243.
HSL color Cylindrical-coordinate representation of color #9BCDFD: hue angle of 209.39º 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 #9BCDFD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 205 | 253 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.01 |
| HSL | 209.39º | 0.96% | 0.8% | - |
| HSV(B) | 209.39º | 0.39% | 0.99% | - |
| XYZ | 53.08 | 57.72 | 101.27 | - |
| YUV | 195.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 253 | 0.39 | 0.19 | 0 | 0.01 | 209.39 | 0.96 | 0.8 |
| Hex | 9B | CD | FD | 27 | 13 | 0 | 1 | D1 | 60 | 50 |
| Octal | 233 | 315 | 375 | 47 | 23 | 0 | 1 | 321 | 140 | 120 |
| Binary | 10011011 | 11001101 | 11111101 | 100111 | 10011 | 0 | 1 | 11010001 | 1100000 | 1010000 |
Color Harmonies of #9BCDFD
Complementary color
Monochromatic Colors of #9BCDFD
Black with #9BCDFD
Text Example
Text Example
White with #9BCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDFD; }
p { color: rgb(155,205,253); }
H1.HeaderClassName
{
color: #9BCDFD;
}
.AnyTagClassName
{
color: #9BCDFD;
}
</style>
background-color css
<style>
a { background-color: #9BCDFD; }
a { background-color: rgb(155,205,253); }
div.DivClassName
{
background-color: #9BCDFD;
}
.BgClassName
{
background-color: #9BCDFD;
}
</style>
border-color css
<style>
span { border-color: #9BCDFD; }
span { border-color: rgb(155,205,253); }
td.TdClassName
{
border-color: #9BCDFD;
}
.TagClassName
{
border-color: #9BCDFD;
}
</style>