Shades of Columbia Blue #9DDDFC
Tints of Columbia Blue #9DDDFC
RGB
CMYK
RGB Variations
Color information
#9DDDFC (or 0x9DDDFC) is known color: Columbia Blue. HEX triplet: 9D, DD and FC. RGB value is (157,221,252). Sum of RGB (Red+Green+Blue) = 157+221+252=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DDDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDFC is #622203. Grayscale: #CDCDCD. Windows color (decimal): -6431236 or 16571805. OLE color: 16571805.
HSL color Cylindrical-coordinate representation of color #9DDDFC: hue angle of 199.58º 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 #9DDDFC is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 221 | 252 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.01 |
| HSL | 199.58º | 0.94% | 0.8% | - |
| HSV(B) | 199.58º | 0.38% | 0.99% | - |
| XYZ | 57.33 | 65.91 | 101.8 | - |
| YUV | 205.4 | 154.3 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 252 | 0.38 | 0.12 | 0 | 0.01 | 199.58 | 0.94 | 0.8 |
| Hex | 9D | DD | FC | 26 | C | 0 | 1 | C8 | 5E | 50 |
| Octal | 235 | 335 | 374 | 46 | 14 | 0 | 1 | 310 | 136 | 120 |
| Binary | 10011101 | 11011101 | 11111100 | 100110 | 1100 | 0 | 1 | 11001000 | 1011110 | 1010000 |
Color Harmonies of #9DDDFC
Complementary color
Monochromatic Colors of #9DDDFC
Black with #9DDDFC
Text Example
Text Example
White with #9DDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDFC; }
p { color: rgb(157,221,252); }
H1.HeaderClassName
{
color: #9DDDFC;
}
.AnyTagClassName
{
color: #9DDDFC;
}
</style>
background-color css
<style>
a { background-color: #9DDDFC; }
a { background-color: rgb(157,221,252); }
div.DivClassName
{
background-color: #9DDDFC;
}
.BgClassName
{
background-color: #9DDDFC;
}
</style>
border-color css
<style>
span { border-color: #9DDDFC; }
span { border-color: rgb(157,221,252); }
td.TdClassName
{
border-color: #9DDDFC;
}
.TagClassName
{
border-color: #9DDDFC;
}
</style>