Shades of Columbia Blue #9BE0FC
Tints of Columbia Blue #9BE0FC
RGB
CMYK
RGB Variations
Color information
#9BE0FC (or 0x9BE0FC) is known color: Columbia Blue. HEX triplet: 9B, E0 and FC. RGB value is (155,224,252). Sum of RGB (Red+Green+Blue) = 155+224+252=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE0FC is #641F03. Grayscale: #CECECE. Windows color (decimal): -6561540 or 16572571. OLE color: 16572571.
HSL color Cylindrical-coordinate representation of color #9BE0FC: hue angle of 197.32º 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 #9BE0FC is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 224 | 252 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.01 |
| HSL | 197.32º | 0.94% | 0.8% | - |
| HSV(B) | 197.32º | 0.38% | 0.99% | - |
| XYZ | 57.74 | 67.31 | 102.04 | - |
| YUV | 206.56 | 153.64 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 252 | 0.38 | 0.11 | 0 | 0.01 | 197.32 | 0.94 | 0.8 |
| Hex | 9B | E0 | FC | 26 | B | 0 | 1 | C5 | 5E | 50 |
| Octal | 233 | 340 | 374 | 46 | 13 | 0 | 1 | 305 | 136 | 120 |
| Binary | 10011011 | 11100000 | 11111100 | 100110 | 1011 | 0 | 1 | 11000101 | 1011110 | 1010000 |
Color Harmonies of #9BE0FC
Complementary color
Monochromatic Colors of #9BE0FC
Black with #9BE0FC
Text Example
Text Example
White with #9BE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE0FC; }
p { color: rgb(155,224,252); }
H1.HeaderClassName
{
color: #9BE0FC;
}
.AnyTagClassName
{
color: #9BE0FC;
}
</style>
background-color css
<style>
a { background-color: #9BE0FC; }
a { background-color: rgb(155,224,252); }
div.DivClassName
{
background-color: #9BE0FC;
}
.BgClassName
{
background-color: #9BE0FC;
}
</style>
border-color css
<style>
span { border-color: #9BE0FC; }
span { border-color: rgb(155,224,252); }
td.TdClassName
{
border-color: #9BE0FC;
}
.TagClassName
{
border-color: #9BE0FC;
}
</style>