Shades of Columbia Blue #9ED2FA
Tints of Columbia Blue #9ED2FA
RGB
CMYK
RGB Variations
Color information
#9ED2FA (or 0x9ED2FA) is known color: Columbia Blue. HEX triplet: 9E, D2 and FA. RGB value is (158,210,250). Sum of RGB (Red+Green+Blue) = 158+210+250=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ED2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED2FA is #612D05. Grayscale: #C6C6C6. Windows color (decimal): -6368518 or 16437918. OLE color: 16437918.
HSL color Cylindrical-coordinate representation of color #9ED2FA: hue angle of 206.09º 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 #9ED2FA is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 210 | 250 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.02 |
| HSL | 206.09º | 0.9% | 0.8% | - |
| HSV(B) | 206.09º | 0.37% | 0.98% | - |
| XYZ | 54.4 | 60.26 | 99.21 | - |
| YUV | 199.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 250 | 0.37 | 0.16 | 0 | 0.02 | 206.09 | 0.9 | 0.8 |
| Hex | 9E | D2 | FA | 25 | 10 | 0 | 2 | CE | 5A | 50 |
| Octal | 236 | 322 | 372 | 45 | 20 | 0 | 2 | 316 | 132 | 120 |
| Binary | 10011110 | 11010010 | 11111010 | 100101 | 10000 | 0 | 10 | 11001110 | 1011010 | 1010000 |
Color Harmonies of #9ED2FA
Complementary color
Monochromatic Colors of #9ED2FA
Black with #9ED2FA
Text Example
Text Example
White with #9ED2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED2FA; }
p { color: rgb(158,210,250); }
H1.HeaderClassName
{
color: #9ED2FA;
}
.AnyTagClassName
{
color: #9ED2FA;
}
</style>
background-color css
<style>
a { background-color: #9ED2FA; }
a { background-color: rgb(158,210,250); }
div.DivClassName
{
background-color: #9ED2FA;
}
.BgClassName
{
background-color: #9ED2FA;
}
</style>
border-color css
<style>
span { border-color: #9ED2FA; }
span { border-color: rgb(158,210,250); }
td.TdClassName
{
border-color: #9ED2FA;
}
.TagClassName
{
border-color: #9ED2FA;
}
</style>