Shades of Columbia Blue #9DE0FD
Tints of Columbia Blue #9DE0FD
RGB
CMYK
RGB Variations
Color information
#9DE0FD (or 0x9DE0FD) is known color: Columbia Blue. HEX triplet: 9D, E0 and FD. RGB value is (157,224,253). Sum of RGB (Red+Green+Blue) = 157+224+253=634 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.76% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DE0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE0FD is #621F02. Grayscale: #CFCFCF. Windows color (decimal): -6430467 or 16638109. OLE color: 16638109.
HSL color Cylindrical-coordinate representation of color #9DE0FD: hue angle of 198.12º 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 #9DE0FD is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 224 | 253 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.01 |
| HSL | 198.13º | 0.96% | 0.8% | - |
| HSV(B) | 198.13º | 0.38% | 0.99% | - |
| XYZ | 58.29 | 67.57 | 102.9 | - |
| YUV | 207.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 253 | 0.38 | 0.11 | 0 | 0.01 | 198.13 | 0.96 | 0.8 |
| Hex | 9D | E0 | FD | 26 | B | 0 | 1 | C6 | 60 | 50 |
| Octal | 235 | 340 | 375 | 46 | 13 | 0 | 1 | 306 | 140 | 120 |
| Binary | 10011101 | 11100000 | 11111101 | 100110 | 1011 | 0 | 1 | 11000110 | 1100000 | 1010000 |
Color Harmonies of #9DE0FD
Complementary color
Monochromatic Colors of #9DE0FD
Black with #9DE0FD
Text Example
Text Example
White with #9DE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0FD; }
p { color: rgb(157,224,253); }
H1.HeaderClassName
{
color: #9DE0FD;
}
.AnyTagClassName
{
color: #9DE0FD;
}
</style>
background-color css
<style>
a { background-color: #9DE0FD; }
a { background-color: rgb(157,224,253); }
div.DivClassName
{
background-color: #9DE0FD;
}
.BgClassName
{
background-color: #9DE0FD;
}
</style>
border-color css
<style>
span { border-color: #9DE0FD; }
span { border-color: rgb(157,224,253); }
td.TdClassName
{
border-color: #9DE0FD;
}
.TagClassName
{
border-color: #9DE0FD;
}
</style>