Shades of Columbia Blue #9DDAF1
Tints of Columbia Blue #9DDAF1
RGB
CMYK
RGB Variations
Color information
#9DDAF1 (or 0x9DDAF1) is known color: Columbia Blue. HEX triplet: 9D, DA and F1. RGB value is (157,218,241). Sum of RGB (Red+Green+Blue) = 157+218+241=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DDAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAF1 is #62250E. Grayscale: #CACACA. Windows color (decimal): -6432015 or 15850141. OLE color: 15850141.
HSL color Cylindrical-coordinate representation of color #9DDAF1: hue angle of 196.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DDAF1 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 218 | 241 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.05 |
| HSL | 196.43º | 0.75% | 0.78% | - |
| HSV(B) | 196.43º | 0.35% | 0.95% | - |
| XYZ | 54.85 | 63.66 | 92.62 | - |
| YUV | 202.38 | 149.79 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 241 | 0.35 | 0.10 | 0 | 0.05 | 196.43 | 0.75 | 0.78 |
| Hex | 9D | DA | F1 | 23 | A | 0 | 5 | C4 | 4B | 4E |
| Octal | 235 | 332 | 361 | 43 | 12 | 0 | 5 | 304 | 113 | 116 |
| Binary | 10011101 | 11011010 | 11110001 | 100011 | 1010 | 0 | 101 | 11000100 | 1001011 | 1001110 |
Color Harmonies of #9DDAF1
Complementary color
Monochromatic Colors of #9DDAF1
Black with #9DDAF1
Text Example
Text Example
White with #9DDAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDAF1; }
p { color: rgb(157,218,241); }
H1.HeaderClassName
{
color: #9DDAF1;
}
.AnyTagClassName
{
color: #9DDAF1;
}
</style>
background-color css
<style>
a { background-color: #9DDAF1; }
a { background-color: rgb(157,218,241); }
div.DivClassName
{
background-color: #9DDAF1;
}
.BgClassName
{
background-color: #9DDAF1;
}
</style>
border-color css
<style>
span { border-color: #9DDAF1; }
span { border-color: rgb(157,218,241); }
td.TdClassName
{
border-color: #9DDAF1;
}
.TagClassName
{
border-color: #9DDAF1;
}
</style>