Shades of Columbia Blue #9BD3FF
Tints of Columbia Blue #9BD3FF
RGB
CMYK
RGB Variations
Color information
#9BD3FF (or 0x9BD3FF) is known color: Columbia Blue. HEX triplet: 9B, D3 and FF. RGB value is (155,211,255). Sum of RGB (Red+Green+Blue) = 155+211+255=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BD3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD3FF is #642C00. Grayscale: #C7C7C7. Windows color (decimal): -6564865 or 16765851. OLE color: 16765851.
HSL color Cylindrical-coordinate representation of color #9BD3FF: hue angle of 206.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BD3FF is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 211 | 255 | - |
| CMYK | 0.39 | 0.17 | 0 | 0 |
| HSL | 206.4º | 1% | 0.8% | - |
| HSV(B) | 206.4º | 0.39% | 1% | - |
| XYZ | 54.86 | 60.78 | 103.45 | - |
| YUV | 199.27 | 159.45 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 255 | 0.39 | 0.17 | 0 | 0 | 206.4 | 1 | 0.8 |
| Hex | 9B | D3 | FF | 27 | 11 | 0 | 0 | CE | 64 | 50 |
| Octal | 233 | 323 | 377 | 47 | 21 | 0 | 0 | 316 | 144 | 120 |
| Binary | 10011011 | 11010011 | 11111111 | 100111 | 10001 | 0 | 0 | 11001110 | 1100100 | 1010000 |
Color Harmonies of #9BD3FF
Complementary color
Monochromatic Colors of #9BD3FF
Black with #9BD3FF
Text Example
Text Example
White with #9BD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD3FF; }
p { color: rgb(155,211,255); }
H1.HeaderClassName
{
color: #9BD3FF;
}
.AnyTagClassName
{
color: #9BD3FF;
}
</style>
background-color css
<style>
a { background-color: #9BD3FF; }
a { background-color: rgb(155,211,255); }
div.DivClassName
{
background-color: #9BD3FF;
}
.BgClassName
{
background-color: #9BD3FF;
}
</style>
border-color css
<style>
span { border-color: #9BD3FF; }
span { border-color: rgb(155,211,255); }
td.TdClassName
{
border-color: #9BD3FF;
}
.TagClassName
{
border-color: #9BD3FF;
}
</style>