Shades of Columbia Blue #9DCFFF
Tints of Columbia Blue #9DCFFF
RGB
CMYK
RGB Variations
Color information
#9DCFFF (or 0x9DCFFF) is known color: Columbia Blue. HEX triplet: 9D, CF and FF. RGB value is (157,207,255). Sum of RGB (Red+Green+Blue) = 157+207+255=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DCFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFFF is #623000. Grayscale: #C5C5C5. Windows color (decimal): -6434817 or 16764829. OLE color: 16764829.
HSL color Cylindrical-coordinate representation of color #9DCFFF: hue angle of 209.39º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DCFFF is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 207 | 255 | - |
| CMYK | 0.38 | 0.19 | 0 | 0 |
| HSL | 209.39º | 1% | 0.81% | - |
| HSV(B) | 209.39º | 0.38% | 1% | - |
| XYZ | 54.27 | 59.01 | 103.14 | - |
| YUV | 197.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 255 | 0.38 | 0.19 | 0 | 0 | 209.39 | 1 | 0.81 |
| Hex | 9D | CF | FF | 26 | 13 | 0 | 0 | D1 | 64 | 51 |
| Octal | 235 | 317 | 377 | 46 | 23 | 0 | 0 | 321 | 144 | 121 |
| Binary | 10011101 | 11001111 | 11111111 | 100110 | 10011 | 0 | 0 | 11010001 | 1100100 | 1010001 |
Color Harmonies of #9DCFFF
Complementary color
Monochromatic Colors of #9DCFFF
Black with #9DCFFF
Text Example
Text Example
White with #9DCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFFF; }
p { color: rgb(157,207,255); }
H1.HeaderClassName
{
color: #9DCFFF;
}
.AnyTagClassName
{
color: #9DCFFF;
}
</style>
background-color css
<style>
a { background-color: #9DCFFF; }
a { background-color: rgb(157,207,255); }
div.DivClassName
{
background-color: #9DCFFF;
}
.BgClassName
{
background-color: #9DCFFF;
}
</style>
border-color css
<style>
span { border-color: #9DCFFF; }
span { border-color: rgb(157,207,255); }
td.TdClassName
{
border-color: #9DCFFF;
}
.TagClassName
{
border-color: #9DCFFF;
}
</style>