Shades of Columbia Blue #9BD0FF
Tints of Columbia Blue #9BD0FF
RGB
CMYK
RGB Variations
Color information
#9BD0FF (or 0x9BD0FF) is known color: Columbia Blue. HEX triplet: 9B, D0 and FF. RGB value is (155,208,255). Sum of RGB (Red+Green+Blue) = 155+208+255=618 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.08% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD0FF is #642F00. Grayscale: #C5C5C5. Windows color (decimal): -6565633 or 16765083. OLE color: 16765083.
HSL color Cylindrical-coordinate representation of color #9BD0FF: hue angle of 208.2º 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 #9BD0FF is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 208 | 255 | - |
| CMYK | 0.39 | 0.18 | 0 | 0 |
| HSL | 208.2º | 1% | 0.8% | - |
| HSV(B) | 208.2º | 0.39% | 1% | - |
| XYZ | 54.12 | 59.3 | 103.2 | - |
| YUV | 197.51 | 160.44 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 255 | 0.39 | 0.18 | 0 | 0 | 208.2 | 1 | 0.8 |
| Hex | 9B | D0 | FF | 27 | 12 | 0 | 0 | D0 | 64 | 50 |
| Octal | 233 | 320 | 377 | 47 | 22 | 0 | 0 | 320 | 144 | 120 |
| Binary | 10011011 | 11010000 | 11111111 | 100111 | 10010 | 0 | 0 | 11010000 | 1100100 | 1010000 |
Color Harmonies of #9BD0FF
Complementary color
Monochromatic Colors of #9BD0FF
Black with #9BD0FF
Text Example
Text Example
White with #9BD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD0FF; }
p { color: rgb(155,208,255); }
H1.HeaderClassName
{
color: #9BD0FF;
}
.AnyTagClassName
{
color: #9BD0FF;
}
</style>
background-color css
<style>
a { background-color: #9BD0FF; }
a { background-color: rgb(155,208,255); }
div.DivClassName
{
background-color: #9BD0FF;
}
.BgClassName
{
background-color: #9BD0FF;
}
</style>
border-color css
<style>
span { border-color: #9BD0FF; }
span { border-color: rgb(155,208,255); }
td.TdClassName
{
border-color: #9BD0FF;
}
.TagClassName
{
border-color: #9BD0FF;
}
</style>