Shades of Columbia Blue #9DE9FF
Tints of Columbia Blue #9DE9FF
RGB
CMYK
RGB Variations
Color information
#9DE9FF (or 0x9DE9FF) is known color: Columbia Blue. HEX triplet: 9D, E9 and FF. RGB value is (157,233,255). Sum of RGB (Red+Green+Blue) = 157+233+255=645 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.34% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE9FF is #621600. Grayscale: #D4D4D4. Windows color (decimal): -6428161 or 16771485. OLE color: 16771485.
HSL color Cylindrical-coordinate representation of color #9DE9FF: hue angle of 193.47º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DE9FF is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 233 | 255 | - |
| CMYK | 0.38 | 0.09 | 0 | 0 |
| HSL | 193.47º | 1% | 0.81% | - |
| HSV(B) | 193.47º | 0.38% | 1% | - |
| XYZ | 61.09 | 72.67 | 105.41 | - |
| YUV | 212.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 233 | 255 | 0.38 | 0.09 | 0 | 0 | 193.47 | 1 | 0.81 |
| Hex | 9D | E9 | FF | 26 | 9 | 0 | 0 | C1 | 64 | 51 |
| Octal | 235 | 351 | 377 | 46 | 11 | 0 | 0 | 301 | 144 | 121 |
| Binary | 10011101 | 11101001 | 11111111 | 100110 | 1001 | 0 | 0 | 11000001 | 1100100 | 1010001 |
Color Harmonies of #9DE9FF
Complementary color
Monochromatic Colors of #9DE9FF
Black with #9DE9FF
Text Example
Text Example
White with #9DE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE9FF; }
p { color: rgb(157,233,255); }
H1.HeaderClassName
{
color: #9DE9FF;
}
.AnyTagClassName
{
color: #9DE9FF;
}
</style>
background-color css
<style>
a { background-color: #9DE9FF; }
a { background-color: rgb(157,233,255); }
div.DivClassName
{
background-color: #9DE9FF;
}
.BgClassName
{
background-color: #9DE9FF;
}
</style>
border-color css
<style>
span { border-color: #9DE9FF; }
span { border-color: rgb(157,233,255); }
td.TdClassName
{
border-color: #9DE9FF;
}
.TagClassName
{
border-color: #9DE9FF;
}
</style>