Shades of Columbia Blue #9ED6FE
Tints of Columbia Blue #9ED6FE
RGB
CMYK
RGB Variations
Color information
#9ED6FE (or 0x9ED6FE) is known color: Columbia Blue. HEX triplet: 9E, D6 and FE. RGB value is (158,214,254). Sum of RGB (Red+Green+Blue) = 158+214+254=626 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.24% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ED6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED6FE is #612901. Grayscale: #C9C9C9. Windows color (decimal): -6367490 or 16701086. OLE color: 16701086.
HSL color Cylindrical-coordinate representation of color #9ED6FE: hue angle of 205º 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 #9ED6FE is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 214 | 254 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.00 |
| HSL | 205º | 0.98% | 0.81% | - |
| HSV(B) | 205º | 0.38% | 1% | - |
| XYZ | 56.04 | 62.52 | 102.88 | - |
| YUV | 201.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 254 | 0.38 | 0.16 | 0 | 0.00 | 205 | 0.98 | 0.81 |
| Hex | 9E | D6 | FE | 26 | 10 | 0 | 0 | CD | 62 | 51 |
| Octal | 236 | 326 | 376 | 46 | 20 | 0 | 0 | 315 | 142 | 121 |
| Binary | 10011110 | 11010110 | 11111110 | 100110 | 10000 | 0 | 0 | 11001101 | 1100010 | 1010001 |
Color Harmonies of #9ED6FE
Complementary color
Monochromatic Colors of #9ED6FE
Black with #9ED6FE
Text Example
Text Example
White with #9ED6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED6FE; }
p { color: rgb(158,214,254); }
H1.HeaderClassName
{
color: #9ED6FE;
}
.AnyTagClassName
{
color: #9ED6FE;
}
</style>
background-color css
<style>
a { background-color: #9ED6FE; }
a { background-color: rgb(158,214,254); }
div.DivClassName
{
background-color: #9ED6FE;
}
.BgClassName
{
background-color: #9ED6FE;
}
</style>
border-color css
<style>
span { border-color: #9ED6FE; }
span { border-color: rgb(158,214,254); }
td.TdClassName
{
border-color: #9ED6FE;
}
.TagClassName
{
border-color: #9ED6FE;
}
</style>