Shades of Columbia Blue #9EDFFA
Tints of Columbia Blue #9EDFFA
RGB
CMYK
RGB Variations
Color information
#9EDFFA (or 0x9EDFFA) is known color: Columbia Blue. HEX triplet: 9E, DF and FA. RGB value is (158,223,250). Sum of RGB (Red+Green+Blue) = 158+223+250=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDFFA is #612005. Grayscale: #CECECE. Windows color (decimal): -6365190 or 16441246. OLE color: 16441246.
HSL color Cylindrical-coordinate representation of color #9EDFFA: hue angle of 197.61º degrees, saturation: 0.9, 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 #9EDFFA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 223 | 250 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.02 |
| HSL | 197.61º | 0.9% | 0.8% | - |
| HSV(B) | 197.61º | 0.37% | 0.98% | - |
| XYZ | 57.74 | 66.95 | 100.32 | - |
| YUV | 206.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 250 | 0.37 | 0.11 | 0 | 0.02 | 197.61 | 0.9 | 0.8 |
| Hex | 9E | DF | FA | 25 | B | 0 | 2 | C6 | 5A | 50 |
| Octal | 236 | 337 | 372 | 45 | 13 | 0 | 2 | 306 | 132 | 120 |
| Binary | 10011110 | 11011111 | 11111010 | 100101 | 1011 | 0 | 10 | 11000110 | 1011010 | 1010000 |
Color Harmonies of #9EDFFA
Complementary color
Monochromatic Colors of #9EDFFA
Black with #9EDFFA
Text Example
Text Example
White with #9EDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFFA; }
p { color: rgb(158,223,250); }
H1.HeaderClassName
{
color: #9EDFFA;
}
.AnyTagClassName
{
color: #9EDFFA;
}
</style>
background-color css
<style>
a { background-color: #9EDFFA; }
a { background-color: rgb(158,223,250); }
div.DivClassName
{
background-color: #9EDFFA;
}
.BgClassName
{
background-color: #9EDFFA;
}
</style>
border-color css
<style>
span { border-color: #9EDFFA; }
span { border-color: rgb(158,223,250); }
td.TdClassName
{
border-color: #9EDFFA;
}
.TagClassName
{
border-color: #9EDFFA;
}
</style>