Shades of Columbia Blue #9BE3FE
Tints of Columbia Blue #9BE3FE
RGB
CMYK
RGB Variations
Color information
#9BE3FE (or 0x9BE3FE) is known color: Columbia Blue. HEX triplet: 9B, E3 and FE. RGB value is (155,227,254). Sum of RGB (Red+Green+Blue) = 155+227+254=636 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.37% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BE3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE3FE is #641C01. Grayscale: #D0D0D0. Windows color (decimal): -6560770 or 16704411. OLE color: 16704411.
HSL color Cylindrical-coordinate representation of color #9BE3FE: hue angle of 196.36º 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 #9BE3FE is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 227 | 254 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.00 |
| HSL | 196.36º | 0.98% | 0.8% | - |
| HSV(B) | 196.36º | 0.39% | 1% | - |
| XYZ | 58.88 | 69.06 | 103.99 | - |
| YUV | 208.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 227 | 254 | 0.39 | 0.11 | 0 | 0.00 | 196.36 | 0.98 | 0.8 |
| Hex | 9B | E3 | FE | 27 | B | 0 | 0 | C4 | 62 | 50 |
| Octal | 233 | 343 | 376 | 47 | 13 | 0 | 0 | 304 | 142 | 120 |
| Binary | 10011011 | 11100011 | 11111110 | 100111 | 1011 | 0 | 0 | 11000100 | 1100010 | 1010000 |
Color Harmonies of #9BE3FE
Complementary color
Monochromatic Colors of #9BE3FE
Black with #9BE3FE
Text Example
Text Example
White with #9BE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE3FE; }
p { color: rgb(155,227,254); }
H1.HeaderClassName
{
color: #9BE3FE;
}
.AnyTagClassName
{
color: #9BE3FE;
}
</style>
background-color css
<style>
a { background-color: #9BE3FE; }
a { background-color: rgb(155,227,254); }
div.DivClassName
{
background-color: #9BE3FE;
}
.BgClassName
{
background-color: #9BE3FE;
}
</style>
border-color css
<style>
span { border-color: #9BE3FE; }
span { border-color: rgb(155,227,254); }
td.TdClassName
{
border-color: #9BE3FE;
}
.TagClassName
{
border-color: #9BE3FE;
}
</style>