Shades of Columbia Blue #9BDFFC
Tints of Columbia Blue #9BDFFC
RGB
CMYK
RGB Variations
Color information
#9BDFFC (or 0x9BDFFC) is known color: Columbia Blue. HEX triplet: 9B, DF and FC. RGB value is (155,223,252). Sum of RGB (Red+Green+Blue) = 155+223+252=630 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.60% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BDFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDFFC is #642003. Grayscale: #CDCDCD. Windows color (decimal): -6561796 or 16572315. OLE color: 16572315.
HSL color Cylindrical-coordinate representation of color #9BDFFC: hue angle of 197.94º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BDFFC is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 223 | 252 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.01 |
| HSL | 197.94º | 0.94% | 0.8% | - |
| HSV(B) | 197.94º | 0.38% | 0.99% | - |
| XYZ | 57.48 | 66.77 | 101.95 | - |
| YUV | 205.97 | 153.97 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 252 | 0.38 | 0.12 | 0 | 0.01 | 197.94 | 0.94 | 0.8 |
| Hex | 9B | DF | FC | 26 | C | 0 | 1 | C6 | 5E | 50 |
| Octal | 233 | 337 | 374 | 46 | 14 | 0 | 1 | 306 | 136 | 120 |
| Binary | 10011011 | 11011111 | 11111100 | 100110 | 1100 | 0 | 1 | 11000110 | 1011110 | 1010000 |
Color Harmonies of #9BDFFC
Complementary color
Monochromatic Colors of #9BDFFC
Black with #9BDFFC
Text Example
Text Example
White with #9BDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFFC; }
p { color: rgb(155,223,252); }
H1.HeaderClassName
{
color: #9BDFFC;
}
.AnyTagClassName
{
color: #9BDFFC;
}
</style>
background-color css
<style>
a { background-color: #9BDFFC; }
a { background-color: rgb(155,223,252); }
div.DivClassName
{
background-color: #9BDFFC;
}
.BgClassName
{
background-color: #9BDFFC;
}
</style>
border-color css
<style>
span { border-color: #9BDFFC; }
span { border-color: rgb(155,223,252); }
td.TdClassName
{
border-color: #9BDFFC;
}
.TagClassName
{
border-color: #9BDFFC;
}
</style>