Shades of Columbia Blue #9ED3FE
Tints of Columbia Blue #9ED3FE
RGB
CMYK
RGB Variations
Color information
#9ED3FE (or 0x9ED3FE) is known color: Columbia Blue. HEX triplet: 9E, D3 and FE. RGB value is (158,211,254). Sum of RGB (Red+Green+Blue) = 158+211+254=623 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.36% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ED3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED3FE is #612C01. Grayscale: #C7C7C7. Windows color (decimal): -6368258 or 16700318. OLE color: 16700318.
HSL color Cylindrical-coordinate representation of color #9ED3FE: hue angle of 206.88º 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 #9ED3FE is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 211 | 254 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.00 |
| HSL | 206.88º | 0.98% | 0.81% | - |
| HSV(B) | 206.88º | 0.38% | 1% | - |
| XYZ | 55.28 | 61.01 | 102.63 | - |
| YUV | 200.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 254 | 0.38 | 0.17 | 0 | 0.00 | 206.88 | 0.98 | 0.81 |
| Hex | 9E | D3 | FE | 26 | 11 | 0 | 0 | CF | 62 | 51 |
| Octal | 236 | 323 | 376 | 46 | 21 | 0 | 0 | 317 | 142 | 121 |
| Binary | 10011110 | 11010011 | 11111110 | 100110 | 10001 | 0 | 0 | 11001111 | 1100010 | 1010001 |
Color Harmonies of #9ED3FE
Complementary color
Monochromatic Colors of #9ED3FE
Black with #9ED3FE
Text Example
Text Example
White with #9ED3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED3FE; }
p { color: rgb(158,211,254); }
H1.HeaderClassName
{
color: #9ED3FE;
}
.AnyTagClassName
{
color: #9ED3FE;
}
</style>
background-color css
<style>
a { background-color: #9ED3FE; }
a { background-color: rgb(158,211,254); }
div.DivClassName
{
background-color: #9ED3FE;
}
.BgClassName
{
background-color: #9ED3FE;
}
</style>
border-color css
<style>
span { border-color: #9ED3FE; }
span { border-color: rgb(158,211,254); }
td.TdClassName
{
border-color: #9ED3FE;
}
.TagClassName
{
border-color: #9ED3FE;
}
</style>