Shades of Columbia Blue #9EDEFC
Tints of Columbia Blue #9EDEFC
RGB
CMYK
RGB Variations
Color information
#9EDEFC (or 0x9EDEFC) is known color: Columbia Blue. HEX triplet: 9E, DE and FC. RGB value is (158,222,252). Sum of RGB (Red+Green+Blue) = 158+222+252=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EDEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDEFC is #612103. Grayscale: #CECECE. Windows color (decimal): -6365444 or 16572062. OLE color: 16572062.
HSL color Cylindrical-coordinate representation of color #9EDEFC: hue angle of 199.15º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EDEFC is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 222 | 252 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.01 |
| HSL | 199.15º | 0.94% | 0.8% | - |
| HSV(B) | 199.15º | 0.37% | 0.99% | - |
| XYZ | 57.79 | 66.54 | 101.89 | - |
| YUV | 206.28 | 153.8 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 252 | 0.37 | 0.12 | 0 | 0.01 | 199.15 | 0.94 | 0.8 |
| Hex | 9E | DE | FC | 25 | C | 0 | 1 | C7 | 5E | 50 |
| Octal | 236 | 336 | 374 | 45 | 14 | 0 | 1 | 307 | 136 | 120 |
| Binary | 10011110 | 11011110 | 11111100 | 100101 | 1100 | 0 | 1 | 11000111 | 1011110 | 1010000 |
Color Harmonies of #9EDEFC
Complementary color
Monochromatic Colors of #9EDEFC
Black with #9EDEFC
Text Example
Text Example
White with #9EDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDEFC; }
p { color: rgb(158,222,252); }
H1.HeaderClassName
{
color: #9EDEFC;
}
.AnyTagClassName
{
color: #9EDEFC;
}
</style>
background-color css
<style>
a { background-color: #9EDEFC; }
a { background-color: rgb(158,222,252); }
div.DivClassName
{
background-color: #9EDEFC;
}
.BgClassName
{
background-color: #9EDEFC;
}
</style>
border-color css
<style>
span { border-color: #9EDEFC; }
span { border-color: rgb(158,222,252); }
td.TdClassName
{
border-color: #9EDEFC;
}
.TagClassName
{
border-color: #9EDEFC;
}
</style>