Shades of Columbia Blue #9ECFFD
Tints of Columbia Blue #9ECFFD
RGB
CMYK
RGB Variations
Color information
#9ECFFD (or 0x9ECFFD) is known color: Columbia Blue. HEX triplet: 9E, CF and FD. RGB value is (158,207,253). Sum of RGB (Red+Green+Blue) = 158+207+253=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ECFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFFD is #613002. Grayscale: #C5C5C5. Windows color (decimal): -6369283 or 16633758. OLE color: 16633758.
HSL color Cylindrical-coordinate representation of color #9ECFFD: hue angle of 209.05º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ECFFD is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 158 | 207 | 253 | - |
CMYK | 0.38 | 0.18 | 0 | 0.01 |
HSL | 209.05º | 0.96% | 0.81% | - |
HSV(B) | 209.05º | 0.38% | 0.99% | - |
XYZ | 54.14 | 58.99 | 101.46 | - |
YUV | 197.59 | 159.27 | 99.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 207 | 253 | 0.38 | 0.18 | 0 | 0.01 | 209.05 | 0.96 | 0.81 |
Hex | 9E | CF | FD | 26 | 12 | 0 | 1 | D1 | 60 | 51 |
Octal | 236 | 317 | 375 | 46 | 22 | 0 | 1 | 321 | 140 | 121 |
Binary | 10011110 | 11001111 | 11111101 | 100110 | 10010 | 0 | 1 | 11010001 | 1100000 | 1010001 |
Color Harmonies of #9ECFFD
Complementary color
Monochromatic Colors of #9ECFFD
Black with #9ECFFD
Text Example
Text Example
White with #9ECFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFFD; }
p { color: rgb(158,207,253); }
H1.HeaderClassName
{
color: #9ECFFD;
}
.AnyTagClassName
{
color: #9ECFFD;
}
</style>
background-color css
<style>
a { background-color: #9ECFFD; }
a { background-color: rgb(158,207,253); }
div.DivClassName
{
background-color: #9ECFFD;
}
.BgClassName
{
background-color: #9ECFFD;
}
</style>
border-color css
<style>
span { border-color: #9ECFFD; }
span { border-color: rgb(158,207,253); }
td.TdClassName
{
border-color: #9ECFFD;
}
.TagClassName
{
border-color: #9ECFFD;
}
</style>