Shades of Columbia Blue #9BEAFD
Tints of Columbia Blue #9BEAFD
RGB
CMYK
RGB Variations
Color information
#9BEAFD (or 0x9BEAFD) is known color: Columbia Blue. HEX triplet: 9B, EA and FD. RGB value is (155,234,253). Sum of RGB (Red+Green+Blue) = 155+234+253=642 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.14% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BEAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEAFD is #641502. Grayscale: #D4D4D4. Windows color (decimal): -6558979 or 16640667. OLE color: 16640667.
HSL color Cylindrical-coordinate representation of color #9BEAFD: hue angle of 191.63º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BEAFD is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 234 | 253 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.01 |
| HSL | 191.63º | 0.96% | 0.8% | - |
| HSV(B) | 191.63º | 0.39% | 0.99% | - |
| XYZ | 60.67 | 72.91 | 103.8 | - |
| YUV | 212.55 | 150.83 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 253 | 0.39 | 0.08 | 0 | 0.01 | 191.63 | 0.96 | 0.8 |
| Hex | 9B | EA | FD | 27 | 8 | 0 | 1 | C0 | 60 | 50 |
| Octal | 233 | 352 | 375 | 47 | 10 | 0 | 1 | 300 | 140 | 120 |
| Binary | 10011011 | 11101010 | 11111101 | 100111 | 1000 | 0 | 1 | 11000000 | 1100000 | 1010000 |
Color Harmonies of #9BEAFD
Complementary color
Monochromatic Colors of #9BEAFD
Black with #9BEAFD
Text Example
Text Example
White with #9BEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEAFD; }
p { color: rgb(155,234,253); }
H1.HeaderClassName
{
color: #9BEAFD;
}
.AnyTagClassName
{
color: #9BEAFD;
}
</style>
background-color css
<style>
a { background-color: #9BEAFD; }
a { background-color: rgb(155,234,253); }
div.DivClassName
{
background-color: #9BEAFD;
}
.BgClassName
{
background-color: #9BEAFD;
}
</style>
border-color css
<style>
span { border-color: #9BEAFD; }
span { border-color: rgb(155,234,253); }
td.TdClassName
{
border-color: #9BEAFD;
}
.TagClassName
{
border-color: #9BEAFD;
}
</style>