Shades of Columbia Blue #9DE0FE
Tints of Columbia Blue #9DE0FE
RGB
CMYK
RGB Variations
Color information
#9DE0FE (or 0x9DE0FE) is known color: Columbia Blue. HEX triplet: 9D, E0 and FE. RGB value is (157,224,254). Sum of RGB (Red+Green+Blue) = 157+224+254=635 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.72% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DE0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE0FE is #621F01. Grayscale: #CFCFCF. Windows color (decimal): -6430466 or 16703645. OLE color: 16703645.
HSL color Cylindrical-coordinate representation of color #9DE0FE: hue angle of 198.56º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DE0FE is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 224 | 254 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.00 |
| HSL | 198.56º | 0.98% | 0.81% | - |
| HSV(B) | 198.56º | 0.38% | 1% | - |
| XYZ | 58.45 | 67.64 | 103.74 | - |
| YUV | 207.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 254 | 0.38 | 0.12 | 0 | 0.00 | 198.56 | 0.98 | 0.81 |
| Hex | 9D | E0 | FE | 26 | C | 0 | 0 | C7 | 62 | 51 |
| Octal | 235 | 340 | 376 | 46 | 14 | 0 | 0 | 307 | 142 | 121 |
| Binary | 10011101 | 11100000 | 11111110 | 100110 | 1100 | 0 | 0 | 11000111 | 1100010 | 1010001 |
Color Harmonies of #9DE0FE
Complementary color
Monochromatic Colors of #9DE0FE
Black with #9DE0FE
Text Example
Text Example
White with #9DE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0FE; }
p { color: rgb(157,224,254); }
H1.HeaderClassName
{
color: #9DE0FE;
}
.AnyTagClassName
{
color: #9DE0FE;
}
</style>
background-color css
<style>
a { background-color: #9DE0FE; }
a { background-color: rgb(157,224,254); }
div.DivClassName
{
background-color: #9DE0FE;
}
.BgClassName
{
background-color: #9DE0FE;
}
</style>
border-color css
<style>
span { border-color: #9DE0FE; }
span { border-color: rgb(157,224,254); }
td.TdClassName
{
border-color: #9DE0FE;
}
.TagClassName
{
border-color: #9DE0FE;
}
</style>