Shades of Columbia Blue #9BD2FE
Tints of Columbia Blue #9BD2FE
RGB
CMYK
RGB Variations
Color information
#9BD2FE (or 0x9BD2FE) is known color: Columbia Blue. HEX triplet: 9B, D2 and FE. RGB value is (155,210,254). Sum of RGB (Red+Green+Blue) = 155+210+254=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BD2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD2FE is #642D01. Grayscale: #C6C6C6. Windows color (decimal): -6565122 or 16700059. OLE color: 16700059.
HSL color Cylindrical-coordinate representation of color #9BD2FE: hue angle of 206.67º 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 #9BD2FE is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 210 | 254 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.00 |
| HSL | 206.67º | 0.98% | 0.8% | - |
| HSV(B) | 206.67º | 0.39% | 1% | - |
| XYZ | 54.45 | 60.22 | 102.52 | - |
| YUV | 198.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 254 | 0.39 | 0.17 | 0 | 0.00 | 206.67 | 0.98 | 0.8 |
| Hex | 9B | D2 | FE | 27 | 11 | 0 | 0 | CF | 62 | 50 |
| Octal | 233 | 322 | 376 | 47 | 21 | 0 | 0 | 317 | 142 | 120 |
| Binary | 10011011 | 11010010 | 11111110 | 100111 | 10001 | 0 | 0 | 11001111 | 1100010 | 1010000 |
Color Harmonies of #9BD2FE
Complementary color
Monochromatic Colors of #9BD2FE
Black with #9BD2FE
Text Example
Text Example
White with #9BD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD2FE; }
p { color: rgb(155,210,254); }
H1.HeaderClassName
{
color: #9BD2FE;
}
.AnyTagClassName
{
color: #9BD2FE;
}
</style>
background-color css
<style>
a { background-color: #9BD2FE; }
a { background-color: rgb(155,210,254); }
div.DivClassName
{
background-color: #9BD2FE;
}
.BgClassName
{
background-color: #9BD2FE;
}
</style>
border-color css
<style>
span { border-color: #9BD2FE; }
span { border-color: rgb(155,210,254); }
td.TdClassName
{
border-color: #9BD2FE;
}
.TagClassName
{
border-color: #9BD2FE;
}
</style>