Shades of Columbia Blue #9BDBFE
Tints of Columbia Blue #9BDBFE
RGB
CMYK
RGB Variations
Color information
#9BDBFE (or 0x9BDBFE) is known color: Columbia Blue. HEX triplet: 9B, DB and FE. RGB value is (155,219,254). Sum of RGB (Red+Green+Blue) = 155+219+254=628 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.68% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BDBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDBFE is #642401. Grayscale: #CBCBCB. Windows color (decimal): -6562818 or 16702363. OLE color: 16702363.
HSL color Cylindrical-coordinate representation of color #9BDBFE: hue angle of 201.21º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BDBFE is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 219 | 254 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.00 |
| HSL | 201.21º | 0.98% | 0.8% | - |
| HSV(B) | 201.21º | 0.39% | 1% | - |
| XYZ | 56.74 | 64.79 | 103.28 | - |
| YUV | 203.85 | 156.3 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 254 | 0.39 | 0.14 | 0 | 0.00 | 201.21 | 0.98 | 0.8 |
| Hex | 9B | DB | FE | 27 | E | 0 | 0 | C9 | 62 | 50 |
| Octal | 233 | 333 | 376 | 47 | 16 | 0 | 0 | 311 | 142 | 120 |
| Binary | 10011011 | 11011011 | 11111110 | 100111 | 1110 | 0 | 0 | 11001001 | 1100010 | 1010000 |
Color Harmonies of #9BDBFE
Complementary color
Monochromatic Colors of #9BDBFE
Black with #9BDBFE
Text Example
Text Example
White with #9BDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDBFE; }
p { color: rgb(155,219,254); }
H1.HeaderClassName
{
color: #9BDBFE;
}
.AnyTagClassName
{
color: #9BDBFE;
}
</style>
background-color css
<style>
a { background-color: #9BDBFE; }
a { background-color: rgb(155,219,254); }
div.DivClassName
{
background-color: #9BDBFE;
}
.BgClassName
{
background-color: #9BDBFE;
}
</style>
border-color css
<style>
span { border-color: #9BDBFE; }
span { border-color: rgb(155,219,254); }
td.TdClassName
{
border-color: #9BDBFE;
}
.TagClassName
{
border-color: #9BDBFE;
}
</style>