Shades of Columbia Blue #9BD4FA
Tints of Columbia Blue #9BD4FA
RGB
CMYK
RGB Variations
Color information
#9BD4FA (or 0x9BD4FA) is known color: Columbia Blue. HEX triplet: 9B, D4 and FA. RGB value is (155,212,250). Sum of RGB (Red+Green+Blue) = 155+212+250=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BD4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD4FA is #642B05. Grayscale: #C7C7C7. Windows color (decimal): -6564614 or 16438427. OLE color: 16438427.
HSL color Cylindrical-coordinate representation of color #9BD4FA: hue angle of 204º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BD4FA is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 212 | 250 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.02 |
| HSL | 204º | 0.9% | 0.79% | - |
| HSV(B) | 204º | 0.38% | 0.98% | - |
| XYZ | 54.32 | 60.96 | 99.35 | - |
| YUV | 199.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 250 | 0.38 | 0.15 | 0 | 0.02 | 204 | 0.9 | 0.79 |
| Hex | 9B | D4 | FA | 26 | F | 0 | 2 | CC | 5A | 4F |
| Octal | 233 | 324 | 372 | 46 | 17 | 0 | 2 | 314 | 132 | 117 |
| Binary | 10011011 | 11010100 | 11111010 | 100110 | 1111 | 0 | 10 | 11001100 | 1011010 | 1001111 |
Color Harmonies of #9BD4FA
Complementary color
Monochromatic Colors of #9BD4FA
Black with #9BD4FA
Text Example
Text Example
White with #9BD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD4FA; }
p { color: rgb(155,212,250); }
H1.HeaderClassName
{
color: #9BD4FA;
}
.AnyTagClassName
{
color: #9BD4FA;
}
</style>
background-color css
<style>
a { background-color: #9BD4FA; }
a { background-color: rgb(155,212,250); }
div.DivClassName
{
background-color: #9BD4FA;
}
.BgClassName
{
background-color: #9BD4FA;
}
</style>
border-color css
<style>
span { border-color: #9BD4FA; }
span { border-color: rgb(155,212,250); }
td.TdClassName
{
border-color: #9BD4FA;
}
.TagClassName
{
border-color: #9BD4FA;
}
</style>