Shades of Columbia Blue #9BDEFD
Tints of Columbia Blue #9BDEFD
RGB
CMYK
RGB Variations
Color information
#9BDEFD (or 0x9BDEFD) is known color: Columbia Blue. HEX triplet: 9B, DE and FD. RGB value is (155,222,253). Sum of RGB (Red+Green+Blue) = 155+222+253=630 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.60% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BDEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDEFD is #642102. Grayscale: #CDCDCD. Windows color (decimal): -6562051 or 16637595. OLE color: 16637595.
HSL color Cylindrical-coordinate representation of color #9BDEFD: hue angle of 198.98º 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 #9BDEFD is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 222 | 253 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.01 |
| HSL | 198.98º | 0.96% | 0.8% | - |
| HSV(B) | 198.98º | 0.39% | 0.99% | - |
| XYZ | 57.37 | 66.3 | 102.7 | - |
| YUV | 205.5 | 154.8 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 253 | 0.39 | 0.12 | 0 | 0.01 | 198.98 | 0.96 | 0.8 |
| Hex | 9B | DE | FD | 27 | C | 0 | 1 | C7 | 60 | 50 |
| Octal | 233 | 336 | 375 | 47 | 14 | 0 | 1 | 307 | 140 | 120 |
| Binary | 10011011 | 11011110 | 11111101 | 100111 | 1100 | 0 | 1 | 11000111 | 1100000 | 1010000 |
Color Harmonies of #9BDEFD
Complementary color
Monochromatic Colors of #9BDEFD
Black with #9BDEFD
Text Example
Text Example
White with #9BDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDEFD; }
p { color: rgb(155,222,253); }
H1.HeaderClassName
{
color: #9BDEFD;
}
.AnyTagClassName
{
color: #9BDEFD;
}
</style>
background-color css
<style>
a { background-color: #9BDEFD; }
a { background-color: rgb(155,222,253); }
div.DivClassName
{
background-color: #9BDEFD;
}
.BgClassName
{
background-color: #9BDEFD;
}
</style>
border-color css
<style>
span { border-color: #9BDEFD; }
span { border-color: rgb(155,222,253); }
td.TdClassName
{
border-color: #9BDEFD;
}
.TagClassName
{
border-color: #9BDEFD;
}
</style>