Shades of Columbia Blue #9ED0FF
Tints of Columbia Blue #9ED0FF
RGB
CMYK
RGB Variations
Color information
#9ED0FF (or 0x9ED0FF) is known color: Columbia Blue. HEX triplet: 9E, D0 and FF. RGB value is (158,208,255). Sum of RGB (Red+Green+Blue) = 158+208+255=621 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.44% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ED0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED0FF is #612F00. Grayscale: #C6C6C6. Windows color (decimal): -6369025 or 16765086. OLE color: 16765086.
HSL color Cylindrical-coordinate representation of color #9ED0FF: hue angle of 209.07º 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 #9ED0FF is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 208 | 255 | - |
| CMYK | 0.38 | 0.18 | 0 | 0 |
| HSL | 209.07º | 1% | 0.81% | - |
| HSV(B) | 209.07º | 0.38% | 1% | - |
| XYZ | 54.71 | 59.6 | 103.23 | - |
| YUV | 198.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 255 | 0.38 | 0.18 | 0 | 0 | 209.07 | 1 | 0.81 |
| Hex | 9E | D0 | FF | 26 | 12 | 0 | 0 | D1 | 64 | 51 |
| Octal | 236 | 320 | 377 | 46 | 22 | 0 | 0 | 321 | 144 | 121 |
| Binary | 10011110 | 11010000 | 11111111 | 100110 | 10010 | 0 | 0 | 11010001 | 1100100 | 1010001 |
Color Harmonies of #9ED0FF
Complementary color
Monochromatic Colors of #9ED0FF
Black with #9ED0FF
Text Example
Text Example
White with #9ED0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED0FF; }
p { color: rgb(158,208,255); }
H1.HeaderClassName
{
color: #9ED0FF;
}
.AnyTagClassName
{
color: #9ED0FF;
}
</style>
background-color css
<style>
a { background-color: #9ED0FF; }
a { background-color: rgb(158,208,255); }
div.DivClassName
{
background-color: #9ED0FF;
}
.BgClassName
{
background-color: #9ED0FF;
}
</style>
border-color css
<style>
span { border-color: #9ED0FF; }
span { border-color: rgb(158,208,255); }
td.TdClassName
{
border-color: #9ED0FF;
}
.TagClassName
{
border-color: #9ED0FF;
}
</style>