Shades of Columbia Blue #9BCFFD
Tints of Columbia Blue #9BCFFD
RGB
CMYK
RGB Variations
Color information
#9BCFFD (or 0x9BCFFD) is known color: Columbia Blue. HEX triplet: 9B, CF and FD. RGB value is (155,207,253). Sum of RGB (Red+Green+Blue) = 155+207+253=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BCFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFFD is #643002. Grayscale: #C4C4C4. Windows color (decimal): -6565891 or 16633755. OLE color: 16633755.
HSL color Cylindrical-coordinate representation of color #9BCFFD: hue angle of 208.16º 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 #9BCFFD is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 207 | 253 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.01 |
| HSL | 208.16º | 0.96% | 0.8% | - |
| HSV(B) | 208.16º | 0.39% | 0.99% | - |
| XYZ | 53.56 | 58.69 | 101.43 | - |
| YUV | 196.7 | 159.77 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 253 | 0.39 | 0.18 | 0 | 0.01 | 208.16 | 0.96 | 0.8 |
| Hex | 9B | CF | FD | 27 | 12 | 0 | 1 | D0 | 60 | 50 |
| Octal | 233 | 317 | 375 | 47 | 22 | 0 | 1 | 320 | 140 | 120 |
| Binary | 10011011 | 11001111 | 11111101 | 100111 | 10010 | 0 | 1 | 11010000 | 1100000 | 1010000 |
Color Harmonies of #9BCFFD
Complementary color
Monochromatic Colors of #9BCFFD
Black with #9BCFFD
Text Example
Text Example
White with #9BCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFFD; }
p { color: rgb(155,207,253); }
H1.HeaderClassName
{
color: #9BCFFD;
}
.AnyTagClassName
{
color: #9BCFFD;
}
</style>
background-color css
<style>
a { background-color: #9BCFFD; }
a { background-color: rgb(155,207,253); }
div.DivClassName
{
background-color: #9BCFFD;
}
.BgClassName
{
background-color: #9BCFFD;
}
</style>
border-color css
<style>
span { border-color: #9BCFFD; }
span { border-color: rgb(155,207,253); }
td.TdClassName
{
border-color: #9BCFFD;
}
.TagClassName
{
border-color: #9BCFFD;
}
</style>