Shades of Columbia Blue #9DCFFE
Tints of Columbia Blue #9DCFFE
RGB
CMYK
RGB Variations
Color information
#9DCFFE (or 0x9DCFFE) is known color: Columbia Blue. HEX triplet: 9D, CF and FE. RGB value is (157,207,254). Sum of RGB (Red+Green+Blue) = 157+207+254=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DCFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFFE is #623001. Grayscale: #C5C5C5. Windows color (decimal): -6434818 or 16699293. OLE color: 16699293.
HSL color Cylindrical-coordinate representation of color #9DCFFE: hue angle of 209.07º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DCFFE is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 207 | 254 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.00 |
| HSL | 209.07º | 0.98% | 0.81% | - |
| HSV(B) | 209.07º | 0.38% | 1% | - |
| XYZ | 54.11 | 58.95 | 102.29 | - |
| YUV | 197.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 254 | 0.38 | 0.19 | 0 | 0.00 | 209.07 | 0.98 | 0.81 |
| Hex | 9D | CF | FE | 26 | 13 | 0 | 0 | D1 | 62 | 51 |
| Octal | 235 | 317 | 376 | 46 | 23 | 0 | 0 | 321 | 142 | 121 |
| Binary | 10011101 | 11001111 | 11111110 | 100110 | 10011 | 0 | 0 | 11010001 | 1100010 | 1010001 |
Color Harmonies of #9DCFFE
Complementary color
Monochromatic Colors of #9DCFFE
Black with #9DCFFE
Text Example
Text Example
White with #9DCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFFE; }
p { color: rgb(157,207,254); }
H1.HeaderClassName
{
color: #9DCFFE;
}
.AnyTagClassName
{
color: #9DCFFE;
}
</style>
background-color css
<style>
a { background-color: #9DCFFE; }
a { background-color: rgb(157,207,254); }
div.DivClassName
{
background-color: #9DCFFE;
}
.BgClassName
{
background-color: #9DCFFE;
}
</style>
border-color css
<style>
span { border-color: #9DCFFE; }
span { border-color: rgb(157,207,254); }
td.TdClassName
{
border-color: #9DCFFE;
}
.TagClassName
{
border-color: #9DCFFE;
}
</style>