Shades of Columbia Blue #9ED3FB
Tints of Columbia Blue #9ED3FB
RGB
CMYK
RGB Variations
Color information
#9ED3FB (or 0x9ED3FB) is known color: Columbia Blue. HEX triplet: 9E, D3 and FB. RGB value is (158,211,251). Sum of RGB (Red+Green+Blue) = 158+211+251=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #9ED3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED3FB is #612C04. Grayscale: #C7C7C7. Windows color (decimal): -6368261 or 16503710. OLE color: 16503710.
HSL color Cylindrical-coordinate representation of color #9ED3FB: hue angle of 205.81º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ED3FB is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 211 | 251 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.02 |
| HSL | 205.81º | 0.92% | 0.8% | - |
| HSV(B) | 205.81º | 0.37% | 0.98% | - |
| XYZ | 54.81 | 60.82 | 100.12 | - |
| YUV | 199.71 | 156.94 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 251 | 0.37 | 0.16 | 0 | 0.02 | 205.81 | 0.92 | 0.8 |
| Hex | 9E | D3 | FB | 25 | 10 | 0 | 2 | CE | 5C | 50 |
| Octal | 236 | 323 | 373 | 45 | 20 | 0 | 2 | 316 | 134 | 120 |
| Binary | 10011110 | 11010011 | 11111011 | 100101 | 10000 | 0 | 10 | 11001110 | 1011100 | 1010000 |
Color Harmonies of #9ED3FB
Complementary color
Monochromatic Colors of #9ED3FB
Black with #9ED3FB
Text Example
Text Example
White with #9ED3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED3FB; }
p { color: rgb(158,211,251); }
H1.HeaderClassName
{
color: #9ED3FB;
}
.AnyTagClassName
{
color: #9ED3FB;
}
</style>
background-color css
<style>
a { background-color: #9ED3FB; }
a { background-color: rgb(158,211,251); }
div.DivClassName
{
background-color: #9ED3FB;
}
.BgClassName
{
background-color: #9ED3FB;
}
</style>
border-color css
<style>
span { border-color: #9ED3FB; }
span { border-color: rgb(158,211,251); }
td.TdClassName
{
border-color: #9ED3FB;
}
.TagClassName
{
border-color: #9ED3FB;
}
</style>