Shades of Columbia Blue #9DCFFC
Tints of Columbia Blue #9DCFFC
RGB
CMYK
RGB Variations
Color information
#9DCFFC (or 0x9DCFFC) is known color: Columbia Blue. HEX triplet: 9D, CF and FC. RGB value is (157,207,252). Sum of RGB (Red+Green+Blue) = 157+207+252=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DCFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFFC is #623003. Grayscale: #C4C4C4. Windows color (decimal): -6434820 or 16568221. OLE color: 16568221.
HSL color Cylindrical-coordinate representation of color #9DCFFC: hue angle of 208.42º 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 #9DCFFC is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 207 | 252 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.01 |
| HSL | 208.42º | 0.94% | 0.8% | - |
| HSV(B) | 208.42º | 0.38% | 0.99% | - |
| XYZ | 53.79 | 58.82 | 100.61 | - |
| YUV | 197.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 252 | 0.38 | 0.18 | 0 | 0.01 | 208.42 | 0.94 | 0.8 |
| Hex | 9D | CF | FC | 26 | 12 | 0 | 1 | D0 | 5E | 50 |
| Octal | 235 | 317 | 374 | 46 | 22 | 0 | 1 | 320 | 136 | 120 |
| Binary | 10011101 | 11001111 | 11111100 | 100110 | 10010 | 0 | 1 | 11010000 | 1011110 | 1010000 |
Color Harmonies of #9DCFFC
Complementary color
Monochromatic Colors of #9DCFFC
Black with #9DCFFC
Text Example
Text Example
White with #9DCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFFC; }
p { color: rgb(157,207,252); }
H1.HeaderClassName
{
color: #9DCFFC;
}
.AnyTagClassName
{
color: #9DCFFC;
}
</style>
background-color css
<style>
a { background-color: #9DCFFC; }
a { background-color: rgb(157,207,252); }
div.DivClassName
{
background-color: #9DCFFC;
}
.BgClassName
{
background-color: #9DCFFC;
}
</style>
border-color css
<style>
span { border-color: #9DCFFC; }
span { border-color: rgb(157,207,252); }
td.TdClassName
{
border-color: #9DCFFC;
}
.TagClassName
{
border-color: #9DCFFC;
}
</style>