Shades of Columbia Blue #9DE3FD
Tints of Columbia Blue #9DE3FD
RGB
CMYK
RGB Variations
Color information
#9DE3FD (or 0x9DE3FD) is known color: Columbia Blue. HEX triplet: 9D, E3 and FD. RGB value is (157,227,253). Sum of RGB (Red+Green+Blue) = 157+227+253=637 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.65% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DE3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE3FD is #621C02. Grayscale: #D0D0D0. Windows color (decimal): -6429699 or 16638877. OLE color: 16638877.
HSL color Cylindrical-coordinate representation of color #9DE3FD: hue angle of 196.25º degrees, saturation: 0.96, 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 #9DE3FD is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 227 | 253 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.01 |
| HSL | 196.25º | 0.96% | 0.8% | - |
| HSV(B) | 196.25º | 0.38% | 0.99% | - |
| XYZ | 59.1 | 69.2 | 103.17 | - |
| YUV | 209.03 | 152.81 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 227 | 253 | 0.38 | 0.10 | 0 | 0.01 | 196.25 | 0.96 | 0.8 |
| Hex | 9D | E3 | FD | 26 | A | 0 | 1 | C4 | 60 | 50 |
| Octal | 235 | 343 | 375 | 46 | 12 | 0 | 1 | 304 | 140 | 120 |
| Binary | 10011101 | 11100011 | 11111101 | 100110 | 1010 | 0 | 1 | 11000100 | 1100000 | 1010000 |
Color Harmonies of #9DE3FD
Complementary color
Monochromatic Colors of #9DE3FD
Black with #9DE3FD
Text Example
Text Example
White with #9DE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE3FD; }
p { color: rgb(157,227,253); }
H1.HeaderClassName
{
color: #9DE3FD;
}
.AnyTagClassName
{
color: #9DE3FD;
}
</style>
background-color css
<style>
a { background-color: #9DE3FD; }
a { background-color: rgb(157,227,253); }
div.DivClassName
{
background-color: #9DE3FD;
}
.BgClassName
{
background-color: #9DE3FD;
}
</style>
border-color css
<style>
span { border-color: #9DE3FD; }
span { border-color: rgb(157,227,253); }
td.TdClassName
{
border-color: #9DE3FD;
}
.TagClassName
{
border-color: #9DE3FD;
}
</style>