Shades of Columbia Blue #9BEAFE
Tints of Columbia Blue #9BEAFE
RGB
CMYK
RGB Variations
Color information
#9BEAFE (or 0x9BEAFE) is known color: Columbia Blue. HEX triplet: 9B, EA and FE. RGB value is (155,234,254). Sum of RGB (Red+Green+Blue) = 155+234+254=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEAFE is #641501. Grayscale: #D4D4D4. Windows color (decimal): -6558978 or 16706203. OLE color: 16706203.
HSL color Cylindrical-coordinate representation of color #9BEAFE: hue angle of 192.12º 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 #9BEAFE is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 234 | 254 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.00 |
| HSL | 192.12º | 0.98% | 0.8% | - |
| HSV(B) | 192.12º | 0.39% | 1% | - |
| XYZ | 60.83 | 72.97 | 104.64 | - |
| YUV | 212.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 254 | 0.39 | 0.08 | 0 | 0.00 | 192.12 | 0.98 | 0.8 |
| Hex | 9B | EA | FE | 27 | 8 | 0 | 0 | C0 | 62 | 50 |
| Octal | 233 | 352 | 376 | 47 | 10 | 0 | 0 | 300 | 142 | 120 |
| Binary | 10011011 | 11101010 | 11111110 | 100111 | 1000 | 0 | 0 | 11000000 | 1100010 | 1010000 |
Color Harmonies of #9BEAFE
Complementary color
Monochromatic Colors of #9BEAFE
Black with #9BEAFE
Text Example
Text Example
White with #9BEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEAFE; }
p { color: rgb(155,234,254); }
H1.HeaderClassName
{
color: #9BEAFE;
}
.AnyTagClassName
{
color: #9BEAFE;
}
</style>
background-color css
<style>
a { background-color: #9BEAFE; }
a { background-color: rgb(155,234,254); }
div.DivClassName
{
background-color: #9BEAFE;
}
.BgClassName
{
background-color: #9BEAFE;
}
</style>
border-color css
<style>
span { border-color: #9BEAFE; }
span { border-color: rgb(155,234,254); }
td.TdClassName
{
border-color: #9BEAFE;
}
.TagClassName
{
border-color: #9BEAFE;
}
</style>