Shades of Columbia Blue #9EDEFD
Tints of Columbia Blue #9EDEFD
RGB
CMYK
RGB Variations
Color information
#9EDEFD (or 0x9EDEFD) is known color: Columbia Blue. HEX triplet: 9E, DE and FD. RGB value is (158,222,253). Sum of RGB (Red+Green+Blue) = 158+222+253=633 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.96% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EDEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDEFD is #612102. Grayscale: #CECECE. Windows color (decimal): -6365443 or 16637598. OLE color: 16637598.
HSL color Cylindrical-coordinate representation of color #9EDEFD: hue angle of 199.58º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EDEFD is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 222 | 253 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.01 |
| HSL | 199.58º | 0.96% | 0.81% | - |
| HSV(B) | 199.58º | 0.38% | 0.99% | - |
| XYZ | 57.95 | 66.6 | 102.73 | - |
| YUV | 206.4 | 154.3 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 253 | 0.38 | 0.12 | 0 | 0.01 | 199.58 | 0.96 | 0.81 |
| Hex | 9E | DE | FD | 26 | C | 0 | 1 | C8 | 60 | 51 |
| Octal | 236 | 336 | 375 | 46 | 14 | 0 | 1 | 310 | 140 | 121 |
| Binary | 10011110 | 11011110 | 11111101 | 100110 | 1100 | 0 | 1 | 11001000 | 1100000 | 1010001 |
Color Harmonies of #9EDEFD
Complementary color
Monochromatic Colors of #9EDEFD
Black with #9EDEFD
Text Example
Text Example
White with #9EDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDEFD; }
p { color: rgb(158,222,253); }
H1.HeaderClassName
{
color: #9EDEFD;
}
.AnyTagClassName
{
color: #9EDEFD;
}
</style>
background-color css
<style>
a { background-color: #9EDEFD; }
a { background-color: rgb(158,222,253); }
div.DivClassName
{
background-color: #9EDEFD;
}
.BgClassName
{
background-color: #9EDEFD;
}
</style>
border-color css
<style>
span { border-color: #9EDEFD; }
span { border-color: rgb(158,222,253); }
td.TdClassName
{
border-color: #9EDEFD;
}
.TagClassName
{
border-color: #9EDEFD;
}
</style>