Shades of Columbia Blue #9BEAFC
Tints of Columbia Blue #9BEAFC
RGB
CMYK
RGB Variations
Color information
#9BEAFC (or 0x9BEAFC) is known color: Columbia Blue. HEX triplet: 9B, EA and FC. RGB value is (155,234,252). Sum of RGB (Red+Green+Blue) = 155+234+252=641 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.18% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BEAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEAFC is #641503. Grayscale: #D4D4D4. Windows color (decimal): -6558980 or 16575131. OLE color: 16575131.
HSL color Cylindrical-coordinate representation of color #9BEAFC: hue angle of 191.13º 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 #9BEAFC is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 234 | 252 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.01 |
| HSL | 191.13º | 0.94% | 0.8% | - |
| HSV(B) | 191.13º | 0.38% | 0.99% | - |
| XYZ | 60.51 | 72.84 | 102.97 | - |
| YUV | 212.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 252 | 0.38 | 0.07 | 0 | 0.01 | 191.13 | 0.94 | 0.8 |
| Hex | 9B | EA | FC | 26 | 7 | 0 | 1 | BF | 5E | 50 |
| Octal | 233 | 352 | 374 | 46 | 7 | 0 | 1 | 277 | 136 | 120 |
| Binary | 10011011 | 11101010 | 11111100 | 100110 | 111 | 0 | 1 | 10111111 | 1011110 | 1010000 |
Color Harmonies of #9BEAFC
Complementary color
Monochromatic Colors of #9BEAFC
Black with #9BEAFC
Text Example
Text Example
White with #9BEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEAFC; }
p { color: rgb(155,234,252); }
H1.HeaderClassName
{
color: #9BEAFC;
}
.AnyTagClassName
{
color: #9BEAFC;
}
</style>
background-color css
<style>
a { background-color: #9BEAFC; }
a { background-color: rgb(155,234,252); }
div.DivClassName
{
background-color: #9BEAFC;
}
.BgClassName
{
background-color: #9BEAFC;
}
</style>
border-color css
<style>
span { border-color: #9BEAFC; }
span { border-color: rgb(155,234,252); }
td.TdClassName
{
border-color: #9BEAFC;
}
.TagClassName
{
border-color: #9BEAFC;
}
</style>