Shades of Columbia Blue #9DE3FC
Tints of Columbia Blue #9DE3FC
RGB
CMYK
RGB Variations
Color information
#9DE3FC (or 0x9DE3FC) is known color: Columbia Blue. HEX triplet: 9D, E3 and FC. RGB value is (157,227,252). Sum of RGB (Red+Green+Blue) = 157+227+252=636 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.69% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DE3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE3FC is #621C03. Grayscale: #D0D0D0. Windows color (decimal): -6429700 or 16573341. OLE color: 16573341.
HSL color Cylindrical-coordinate representation of color #9DE3FC: hue angle of 195.79º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DE3FC is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 227 | 252 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.01 |
| HSL | 195.79º | 0.94% | 0.8% | - |
| HSV(B) | 195.79º | 0.38% | 0.99% | - |
| XYZ | 58.94 | 69.13 | 102.33 | - |
| YUV | 208.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 227 | 252 | 0.38 | 0.10 | 0 | 0.01 | 195.79 | 0.94 | 0.8 |
| Hex | 9D | E3 | FC | 26 | A | 0 | 1 | C4 | 5E | 50 |
| Octal | 235 | 343 | 374 | 46 | 12 | 0 | 1 | 304 | 136 | 120 |
| Binary | 10011101 | 11100011 | 11111100 | 100110 | 1010 | 0 | 1 | 11000100 | 1011110 | 1010000 |
Color Harmonies of #9DE3FC
Complementary color
Monochromatic Colors of #9DE3FC
Black with #9DE3FC
Text Example
Text Example
White with #9DE3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE3FC; }
p { color: rgb(157,227,252); }
H1.HeaderClassName
{
color: #9DE3FC;
}
.AnyTagClassName
{
color: #9DE3FC;
}
</style>
background-color css
<style>
a { background-color: #9DE3FC; }
a { background-color: rgb(157,227,252); }
div.DivClassName
{
background-color: #9DE3FC;
}
.BgClassName
{
background-color: #9DE3FC;
}
</style>
border-color css
<style>
span { border-color: #9DE3FC; }
span { border-color: rgb(157,227,252); }
td.TdClassName
{
border-color: #9DE3FC;
}
.TagClassName
{
border-color: #9DE3FC;
}
</style>