Shades of Columbia Blue #9DE1FE
Tints of Columbia Blue #9DE1FE
RGB
CMYK
RGB Variations
Color information
#9DE1FE (or 0x9DE1FE) is known color: Columbia Blue. HEX triplet: 9D, E1 and FE. RGB value is (157,225,254). Sum of RGB (Red+Green+Blue) = 157+225+254=636 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.69% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE1FE is #621E01. Grayscale: #CFCFCF. Windows color (decimal): -6430210 or 16703901. OLE color: 16703901.
HSL color Cylindrical-coordinate representation of color #9DE1FE: hue angle of 197.94º 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 #9DE1FE is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 225 | 254 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.00 |
| HSL | 197.94º | 0.98% | 0.81% | - |
| HSV(B) | 197.94º | 0.38% | 1% | - |
| XYZ | 58.72 | 68.17 | 103.83 | - |
| YUV | 207.97 | 153.97 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 254 | 0.38 | 0.11 | 0 | 0.00 | 197.94 | 0.98 | 0.81 |
| Hex | 9D | E1 | FE | 26 | B | 0 | 0 | C6 | 62 | 51 |
| Octal | 235 | 341 | 376 | 46 | 13 | 0 | 0 | 306 | 142 | 121 |
| Binary | 10011101 | 11100001 | 11111110 | 100110 | 1011 | 0 | 0 | 11000110 | 1100010 | 1010001 |
Color Harmonies of #9DE1FE
Complementary color
Monochromatic Colors of #9DE1FE
Black with #9DE1FE
Text Example
Text Example
White with #9DE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE1FE; }
p { color: rgb(157,225,254); }
H1.HeaderClassName
{
color: #9DE1FE;
}
.AnyTagClassName
{
color: #9DE1FE;
}
</style>
background-color css
<style>
a { background-color: #9DE1FE; }
a { background-color: rgb(157,225,254); }
div.DivClassName
{
background-color: #9DE1FE;
}
.BgClassName
{
background-color: #9DE1FE;
}
</style>
border-color css
<style>
span { border-color: #9DE1FE; }
span { border-color: rgb(157,225,254); }
td.TdClassName
{
border-color: #9DE1FE;
}
.TagClassName
{
border-color: #9DE1FE;
}
</style>