Shades of Columbia Blue #9EDFFC
Tints of Columbia Blue #9EDFFC
RGB
CMYK
RGB Variations
Color information
#9EDFFC (or 0x9EDFFC) is known color: Columbia Blue. HEX triplet: 9E, DF and FC. RGB value is (158,223,252). Sum of RGB (Red+Green+Blue) = 158+223+252=633 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.96% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EDFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDFFC is #612003. Grayscale: #CECECE. Windows color (decimal): -6365188 or 16572318. OLE color: 16572318.
HSL color Cylindrical-coordinate representation of color #9EDFFC: hue angle of 198.51º 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 #9EDFFC is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 223 | 252 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.01 |
| HSL | 198.51º | 0.94% | 0.8% | - |
| HSV(B) | 198.51º | 0.37% | 0.99% | - |
| XYZ | 58.06 | 67.07 | 101.98 | - |
| YUV | 206.87 | 153.47 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 252 | 0.37 | 0.12 | 0 | 0.01 | 198.51 | 0.94 | 0.8 |
| Hex | 9E | DF | FC | 25 | C | 0 | 1 | C7 | 5E | 50 |
| Octal | 236 | 337 | 374 | 45 | 14 | 0 | 1 | 307 | 136 | 120 |
| Binary | 10011110 | 11011111 | 11111100 | 100101 | 1100 | 0 | 1 | 11000111 | 1011110 | 1010000 |
Color Harmonies of #9EDFFC
Complementary color
Monochromatic Colors of #9EDFFC
Black with #9EDFFC
Text Example
Text Example
White with #9EDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFFC; }
p { color: rgb(158,223,252); }
H1.HeaderClassName
{
color: #9EDFFC;
}
.AnyTagClassName
{
color: #9EDFFC;
}
</style>
background-color css
<style>
a { background-color: #9EDFFC; }
a { background-color: rgb(158,223,252); }
div.DivClassName
{
background-color: #9EDFFC;
}
.BgClassName
{
background-color: #9EDFFC;
}
</style>
border-color css
<style>
span { border-color: #9EDFFC; }
span { border-color: rgb(158,223,252); }
td.TdClassName
{
border-color: #9EDFFC;
}
.TagClassName
{
border-color: #9EDFFC;
}
</style>