Shades of Columbia Blue #9DDDFD
Tints of Columbia Blue #9DDDFD
RGB
CMYK
RGB Variations
Color information
#9DDDFD (or 0x9DDDFD) is known color: Columbia Blue. HEX triplet: 9D, DD and FD. RGB value is (157,221,253). Sum of RGB (Red+Green+Blue) = 157+221+253=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDFD is #622202. Grayscale: #CDCDCD. Windows color (decimal): -6431235 or 16637341. OLE color: 16637341.
HSL color Cylindrical-coordinate representation of color #9DDDFD: hue angle of 200º 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 #9DDDFD is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 221 | 253 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.01 |
| HSL | 200º | 0.96% | 0.8% | - |
| HSV(B) | 200º | 0.38% | 0.99% | - |
| XYZ | 57.49 | 65.97 | 102.63 | - |
| YUV | 205.51 | 154.8 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 253 | 0.38 | 0.13 | 0 | 0.01 | 200 | 0.96 | 0.8 |
| Hex | 9D | DD | FD | 26 | D | 0 | 1 | C8 | 60 | 50 |
| Octal | 235 | 335 | 375 | 46 | 15 | 0 | 1 | 310 | 140 | 120 |
| Binary | 10011101 | 11011101 | 11111101 | 100110 | 1101 | 0 | 1 | 11001000 | 1100000 | 1010000 |
Color Harmonies of #9DDDFD
Complementary color
Monochromatic Colors of #9DDDFD
Black with #9DDDFD
Text Example
Text Example
White with #9DDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDFD; }
p { color: rgb(157,221,253); }
H1.HeaderClassName
{
color: #9DDDFD;
}
.AnyTagClassName
{
color: #9DDDFD;
}
</style>
background-color css
<style>
a { background-color: #9DDDFD; }
a { background-color: rgb(157,221,253); }
div.DivClassName
{
background-color: #9DDDFD;
}
.BgClassName
{
background-color: #9DDDFD;
}
</style>
border-color css
<style>
span { border-color: #9DDDFD; }
span { border-color: rgb(157,221,253); }
td.TdClassName
{
border-color: #9DDDFD;
}
.TagClassName
{
border-color: #9DDDFD;
}
</style>