Shades of Columbia Blue #9DD2F9
Tints of Columbia Blue #9DD2F9
RGB
CMYK
RGB Variations
Color information
#9DD2F9 (or 0x9DD2F9) is known color: Columbia Blue. HEX triplet: 9D, D2 and F9. RGB value is (157,210,249). Sum of RGB (Red+Green+Blue) = 157+210+249=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #9DD2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2F9 is #622D06. Grayscale: #C6C6C6. Windows color (decimal): -6434055 or 16372381. OLE color: 16372381.
HSL color Cylindrical-coordinate representation of color #9DD2F9: hue angle of 205.43º degrees, saturation: 0.88, 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 #9DD2F9 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 210 | 249 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.02 |
| HSL | 205.43º | 0.88% | 0.8% | - |
| HSV(B) | 205.43º | 0.37% | 0.98% | - |
| XYZ | 54.05 | 60.1 | 98.37 | - |
| YUV | 198.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 249 | 0.37 | 0.16 | 0 | 0.02 | 205.43 | 0.88 | 0.8 |
| Hex | 9D | D2 | F9 | 25 | 10 | 0 | 2 | CD | 58 | 50 |
| Octal | 235 | 322 | 371 | 45 | 20 | 0 | 2 | 315 | 130 | 120 |
| Binary | 10011101 | 11010010 | 11111001 | 100101 | 10000 | 0 | 10 | 11001101 | 1011000 | 1010000 |
Color Harmonies of #9DD2F9
Complementary color
Monochromatic Colors of #9DD2F9
Black with #9DD2F9
Text Example
Text Example
White with #9DD2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD2F9; }
p { color: rgb(157,210,249); }
H1.HeaderClassName
{
color: #9DD2F9;
}
.AnyTagClassName
{
color: #9DD2F9;
}
</style>
background-color css
<style>
a { background-color: #9DD2F9; }
a { background-color: rgb(157,210,249); }
div.DivClassName
{
background-color: #9DD2F9;
}
.BgClassName
{
background-color: #9DD2F9;
}
</style>
border-color css
<style>
span { border-color: #9DD2F9; }
span { border-color: rgb(157,210,249); }
td.TdClassName
{
border-color: #9DD2F9;
}
.TagClassName
{
border-color: #9DD2F9;
}
</style>