Shades of Columbia Blue #9DE0FB
Tints of Columbia Blue #9DE0FB
RGB
CMYK
RGB Variations
Color information
#9DE0FB (or 0x9DE0FB) is known color: Columbia Blue. HEX triplet: 9D, E0 and FB. RGB value is (157,224,251). Sum of RGB (Red+Green+Blue) = 157+224+251=632 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.84% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DE0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE0FB is #621F04. Grayscale: #CECECE. Windows color (decimal): -6430469 or 16507037. OLE color: 16507037.
HSL color Cylindrical-coordinate representation of color #9DE0FB: hue angle of 197.23º 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 #9DE0FB is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 224 | 251 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.02 |
| HSL | 197.23º | 0.92% | 0.8% | - |
| HSV(B) | 197.23º | 0.37% | 0.98% | - |
| XYZ | 57.97 | 67.44 | 101.23 | - |
| YUV | 207.05 | 152.8 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 251 | 0.37 | 0.11 | 0 | 0.02 | 197.23 | 0.92 | 0.8 |
| Hex | 9D | E0 | FB | 25 | B | 0 | 2 | C5 | 5C | 50 |
| Octal | 235 | 340 | 373 | 45 | 13 | 0 | 2 | 305 | 134 | 120 |
| Binary | 10011101 | 11100000 | 11111011 | 100101 | 1011 | 0 | 10 | 11000101 | 1011100 | 1010000 |
Color Harmonies of #9DE0FB
Complementary color
Monochromatic Colors of #9DE0FB
Black with #9DE0FB
Text Example
Text Example
White with #9DE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0FB; }
p { color: rgb(157,224,251); }
H1.HeaderClassName
{
color: #9DE0FB;
}
.AnyTagClassName
{
color: #9DE0FB;
}
</style>
background-color css
<style>
a { background-color: #9DE0FB; }
a { background-color: rgb(157,224,251); }
div.DivClassName
{
background-color: #9DE0FB;
}
.BgClassName
{
background-color: #9DE0FB;
}
</style>
border-color css
<style>
span { border-color: #9DE0FB; }
span { border-color: rgb(157,224,251); }
td.TdClassName
{
border-color: #9DE0FB;
}
.TagClassName
{
border-color: #9DE0FB;
}
</style>