Shades of Columbia Blue #9DD5FB
Tints of Columbia Blue #9DD5FB
RGB
CMYK
RGB Variations
Color information
#9DD5FB (or 0x9DD5FB) is known color: Columbia Blue. HEX triplet: 9D, D5 and FB. RGB value is (157,213,251). Sum of RGB (Red+Green+Blue) = 157+213+251=621 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.28% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DD5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD5FB is #622A04. Grayscale: #C8C8C8. Windows color (decimal): -6433285 or 16504221. OLE color: 16504221.
HSL color Cylindrical-coordinate representation of color #9DD5FB: hue angle of 204.26º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DD5FB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 213 | 251 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.02 |
| HSL | 204.26º | 0.92% | 0.8% | - |
| HSV(B) | 204.26º | 0.37% | 0.98% | - |
| XYZ | 55.11 | 61.72 | 100.28 | - |
| YUV | 200.59 | 156.45 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 251 | 0.37 | 0.15 | 0 | 0.02 | 204.26 | 0.92 | 0.8 |
| Hex | 9D | D5 | FB | 25 | F | 0 | 2 | CC | 5C | 50 |
| Octal | 235 | 325 | 373 | 45 | 17 | 0 | 2 | 314 | 134 | 120 |
| Binary | 10011101 | 11010101 | 11111011 | 100101 | 1111 | 0 | 10 | 11001100 | 1011100 | 1010000 |
Color Harmonies of #9DD5FB
Complementary color
Monochromatic Colors of #9DD5FB
Black with #9DD5FB
Text Example
Text Example
White with #9DD5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD5FB; }
p { color: rgb(157,213,251); }
H1.HeaderClassName
{
color: #9DD5FB;
}
.AnyTagClassName
{
color: #9DD5FB;
}
</style>
background-color css
<style>
a { background-color: #9DD5FB; }
a { background-color: rgb(157,213,251); }
div.DivClassName
{
background-color: #9DD5FB;
}
.BgClassName
{
background-color: #9DD5FB;
}
</style>
border-color css
<style>
span { border-color: #9DD5FB; }
span { border-color: rgb(157,213,251); }
td.TdClassName
{
border-color: #9DD5FB;
}
.TagClassName
{
border-color: #9DD5FB;
}
</style>