Shades of Columbia Blue #9BE7FB
Tints of Columbia Blue #9BE7FB
RGB
CMYK
RGB Variations
Color information
#9BE7FB (or 0x9BE7FB) is known color: Columbia Blue. HEX triplet: 9B, E7 and FB. RGB value is (155,231,251). Sum of RGB (Red+Green+Blue) = 155+231+251=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BE7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE7FB is #641804. Grayscale: #D2D2D2. Windows color (decimal): -6559749 or 16508827. OLE color: 16508827.
HSL color Cylindrical-coordinate representation of color #9BE7FB: hue angle of 192.5º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BE7FB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 231 | 251 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.02 |
| HSL | 192.5º | 0.92% | 0.8% | - |
| HSV(B) | 192.5º | 0.38% | 0.98% | - |
| XYZ | 59.51 | 71.09 | 101.85 | - |
| YUV | 210.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 251 | 0.38 | 0.08 | 0 | 0.02 | 192.5 | 0.92 | 0.8 |
| Hex | 9B | E7 | FB | 26 | 8 | 0 | 2 | C0 | 5C | 50 |
| Octal | 233 | 347 | 373 | 46 | 10 | 0 | 2 | 300 | 134 | 120 |
| Binary | 10011011 | 11100111 | 11111011 | 100110 | 1000 | 0 | 10 | 11000000 | 1011100 | 1010000 |
Color Harmonies of #9BE7FB
Complementary color
Monochromatic Colors of #9BE7FB
Black with #9BE7FB
Text Example
Text Example
White with #9BE7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE7FB; }
p { color: rgb(155,231,251); }
H1.HeaderClassName
{
color: #9BE7FB;
}
.AnyTagClassName
{
color: #9BE7FB;
}
</style>
background-color css
<style>
a { background-color: #9BE7FB; }
a { background-color: rgb(155,231,251); }
div.DivClassName
{
background-color: #9BE7FB;
}
.BgClassName
{
background-color: #9BE7FB;
}
</style>
border-color css
<style>
span { border-color: #9BE7FB; }
span { border-color: rgb(155,231,251); }
td.TdClassName
{
border-color: #9BE7FB;
}
.TagClassName
{
border-color: #9BE7FB;
}
</style>